naming-conventions
Is there any reason why API paths should use plural nouns as apposed to singular?
Just curious, but I am making an API and have been thus far using URLs like this: /user/create /user/[id][详细]
2023-03-28 14:04 分类:问答Best practices for creating a data model [closed]
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.[详细]
2023-03-28 13:59 分类:问答How long is too long for a variable name?
I suppose, I\'m looking for both answers that are both technical and opinionated in nature. How long is too long for a variable name?[详细]
2023-03-27 23:15 分类:问答Class naming based on version of data
I have a library which parses various messages, sent in binary form from multiple devices. Devices are still in active development, and their firmware is changed often, which forces me to support diff[详细]
2023-03-27 21:42 分类:问答Parameter Naming conventions for function in python
This isn\'t a big deal of a question but it bothers me, so I decided to ask for inspiration. Assume a function defined like this:[详细]
2023-03-27 17:32 分类:问答Choosing informative class names
I\'m having a hard time coming up with informative and useful class names. One class I am have this problem with makes requests to websites/servers. I thought it would only be fitting to name this cla[详细]
2023-03-27 15:02 分类:问答DDD: Domain model namespaces convention
I\'m writing an application with a domain model in PHP, and am wondering which naming convention I should adopt.[详细]
2023-03-27 10:41 分类:问答CQRS Naming Conventions
I\'m implementing a new webservice and while I\'m not yet using CQRS I would like to create my service so it could easily be moved to CQRS in the future. So, I\'m wondering about naming convention for[详细]
2023-03-27 02:18 分类:问答iOS - Abbreviating XXXViewController to XXXVC bad or ok?
Since every view controller ends with \"ViewCo开发者_StackOverflow中文版ntroller\" would it be evil to simply abbreviate it as \"VC\"? I know the Apple Docs say not to abbreviate things and make the n[详细]
2023-03-26 22:43 分类:问答Redis key naming conventions? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. 开发者_JS百科 Want to improve this question? Update the question so it can be answered with facts and citations[详细]
2023-03-26 22:02 分类:问答