A general purpose tag to cover anything concerning naming, be it files, programming constructs, data etc.
Is naming Booleans that start with "is" bad practice now? My manager believes that "isAnything" is outdated and poor practice. …
variables boolean namingIs there any tricky way to use Java reserved words as variable, method, class, interface, package, or enum constant names?
java naming reserved-wordsExamples in the Zend tutorial: phpunit.xml.dist local.php.dist TestConfig.php.dist
naming-conventions namingIs there some global state somewhere that I can access the currently-running test name? I have tests which output files …
nunit namingI'm doing a small internship at a business and in their code I find classes that are named like this: …
c# .net naming-conventions namingIn C++, is it possible to start a class name with a digit? For example, template <class T> …
c++ class namingI'm working on naming guidelines for solutions, projects, their default namespaces and assemblies (Visual Studio). Now it looks like that: …
c# .net visual-studio namingWhen I see the assembly code of a C app, like this: emacs hello.c clang -S -O hello.c …
c function assembly naming compilationI've been learning PHP and see there is a lot of variability in how people name stuff. I am keen …
php naming-conventions naming camelcasingWhy is dplyr::one_of() called that? All the other select_helpers names make sense to me, so I'm wondering …
r naming tidyverse