A general purpose tag to cover anything concerning naming, be it files, programming constructs, data etc.
What is the convention for suffixing method names with "Async"? Should the "Async" suffix be appended only to a method …
c# .net async-await naming-conventions namingOk, so I've been using Java for a long time now and have recently been preparing for my OCJP exam. …
java namingIs a machine WORD always the same or does it depend on the machine architecture? And is the meaning of …
data-structures assembly naming cpu-architectureIs there a max length for class/method/variable names in Java? the JLS doesn't seem to mention that. I …
java naming specifications name-lengthI would like to know what special characters are allowed to be used in column name in T-SQL, MSSQL. So …
tsql naming-conventions namingI have a function, parseQuery, that parses a SQL query into an abstract representation of that query. I'm about to …
parsing language-agnostic semantics namingI was wondering what the best way of naming a variable is in C#? I know there are several different …
c# variables namingI see many people talking about the term SUT, but do not understand why they use that term. SUT is …
c# .net unit-testing terminology namingWhat is the purpose of naming your constraints (unique, primary key, foreign key)? Say I have a table which is …
sql database constraints namingI'll just post my code: /* * Role will ALWAYS reserve the session key "role". */ package goserver const ( ROLE_KEY string = "role" ) …
go interface naming-conventions naming