A general purpose tag to cover anything concerning naming, be it files, programming constructs, data etc.
What rules do you use to name your variables? Where are single letter vars allowed? How much info do you …
language-agnostic naming conventionsWhat are for you the pros and cons of using: FooLib::Plugins FooLib::Plugins::Bar vs. FooLib::Plugin FooLib::Plugin::…
ruby module namespaces naming-conventions namingLets say i have a variable that contains the number of search engine names in a file, what would you …
variables namingWhy is the Rust programming language called "Rust"? Is there anything known about who named it, and why? (I am …
naming rustI'm running into more and more naming clashes between Android activities and other classes. I was wondering if you could …
android android-activity naming-conventions namingWe seems to be abstracting a lot of logic way from web pages and creating "helper" classes. Sadly, these classes …
class language-agnostic helper namingFor example in HTTP you send a request and receive a response; is there a noun that describes that request-response …
http namingI always thought that a function prototype must contain the parameters of the function and their names. However, I just …
c++ naming function-prototypesWhat does f stand for in the name of C standard library functions? I have noticed that a lot of …
c naming libc