[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Sv: More Coding Convention



>>In the coding convention doc, it says that it is free for people to
>>indicate that variables are member variables either by prefixing "m_", or
>>making the first letter of the variable upper case.
>
>Not the first letter. The entire symbol should be in
>lowercase_with_underscores as opposed to StartAllWordsWithCaps.
>The requirement is that members and locals should be clearly
>distinguishable.
>
Ahh, ok. I misread that, then.