Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Talk:Coding guideline - Common rules: Difference between revisions

Discussion page of Coding guideline - Common rules
No edit summary
Line 1: Line 1:
== Private member variables<br> ==
== 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>
# 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>
 
:''=> a section for naming private/protected member's fields has been added''

Revision as of 02:11, 9 December 2008

Private member variables

  1. 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
=> a section for naming private/protected member's fields has been added