$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Michiel Helvensteijn (m.helvensteijn_at_[hidden])
Date: 2008-07-21 09:18:30
I see no problems with a mixed style. For what it's worth, I use the
following style:
Typenames in CamelCase.
Function names with underscore_notation.
Variable names with camelCase, with the first variable lower-case.
Private members prefixed (or postfixed, if you wish) with an _underscore.
This manages to avoid most conflicts. And to me, it's very readable.
-- Michiel Helvensteijn