27 Feb
2003
27 Feb
'03
8:46 a.m.
Beman Dawes wrote:
Use the naming conventions of the C++ Standard Library (See Naming conventions rationale):
* Names (except as noted below) should be all lowercase, with words separated by underscores. * Acronyms should be treated as ordinary names (e.g. xml_parser instead of XML_parser). * Template parameter names begin with an uppercase letter. * Macro (gasp!) names all uppercase and begin with BOOST_.
A hard burden You lay on developers. So maybe the code has to be piped through a code de-beautifier when it comes to a boostification. IMHO (UsingThisConventionHere == CommonPracticeElsewhere) Markus