Naming conventions refer to general rules governing names assigned to programming constructs such as variables and methods.
What characters are valid in a Java class name? What other rules govern Java class names (for instance, Java class …
java class unicode naming-conventions invalid-charactersIn Ruby some methods have a question mark (?) that ask a question like include? that ask if the object in …
ruby methods naming-conventions immutabilityA little while ago, I saw a question answered here regarding the fine-grained organization of java packages. For example, my.…
java package naming-conventionsI know what Hungarian refers to - giving information about a variable, parameter, or type as a prefix to its …
language-agnostic naming-conventions hungarian-notationHere's how I do it: Table names are lower case, uses underscores to separate words, and are singular (e.g. …
mysql naming-conventions mysql-workbenchWhich file extension should I choose for my HTML files? And why?
html naming-conventions file-extensionIs there a set of preferred naming conventions for MongoDB entitites such as databases, collections, field names? I was thinking …
mongodb naming-conventionsA lot of C++ code uses syntactical conventions for marking up member variables. Common examples include m_memberName for public …
c++ coding-style naming-conventionsWhere can I find a detailed manual about PostgreSQL naming conventions? (table names vs. camel case, sequences, primary keys, constraints, …
postgresql naming-conventionsI'm just getting started working with foreign keys for the first time and I'm wondering if there's a standard naming …
database naming-conventions foreign-keys