Changes between Version 2 and Version 3 of CodingStyle
- Timestamp:
- Feb 20, 2007, 11:14:42 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodingStyle
v2 v3 67 67 Names representing private global function must be in CamelCase prefixed with an underscore. 68 68 69 ((( 69 {{{ 70 70 function _DoSomething() 71 ))) 71 }}} 72 72 73 73 Abbreviations and acronyms should not be uppercase when used as name.