|
Boost Users : |
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
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net