Difference between revisions of "Code Formatting Conventions"

Jump to navigation Jump to search
m
→‎Naming: uppercase fixes
(→‎Whitespaces: clarify operator formatting (and some uppercase fixes))
m (→‎Naming: uppercase fixes)
Line 150: Line 150:
'''Class members'''
'''Class members'''


_ prefixed and in mixed case (Yo! no underscore separators), starting with lowercase.
Prefixed with '_' and in mixed case (Yo! no underscore separators), starting with lowercase.


<pre>
<pre>
Line 158: Line 158:
'''Class methods'''
'''Class methods'''


mixed case, starting with lowercase.
Mixed case, starting with lowercase.


<pre>
<pre>
561

edits

Navigation menu