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;
Bo
