$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Werle (yg-boost-users_at_[hidden])
Date: 2003-02-27 03:46:08
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