Difference between revisions of "Talk:Coding guideline - Common rules"
Line 1: | Line 1: | ||
− | == | + | == Private member variables<br> == |
− | |||
− | |||
− | + | I would like that we have _camelCase as allowed for this specific case. It makes it easier to see in code when people are using private variables, using this. or not<br> | |
− |
Revision as of 04:07, 8 December 2008
Private member variables
I would like that we have _camelCase as allowed for this specific case. It makes it easier to see in code when people are using private variables, using this. or not