"Bo Peng" <[EMAIL PROTECTED]> writes: | > We have abondoned Coding_Rules(?) a long time ago and used 'do whatever | > the majority in src/* does' | | Because it is easier to change the rules than change source code. BTW, | the style I like is: | | class ThisClass | { | int thisFunction(); | | private: | int m_member; | } | | int g_someGlobalStuff;
If I see these X_* prefix stuff popping up, then I'll go really berserk. -- Lgb