Changes between Version 5 and Version 6 of CodingStyle
- Timestamp:
- Sep 19, 2007, 10:46:56 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CodingStyle
v5 v6 47 47 }}} 48 48 49 Names representing public properties must be verbs and written in CamelCase.49 Names representing public properties must be nouns and written in CamelCase. 50 50 51 51 {{{ … … 59 59 }}} 60 60 61 Names representing private properties must be verbs and written in CamelCase prefixed with an underscore.61 Names representing private properties must be nouns and written in CamelCase prefixed with an underscore. 62 62 63 63 {{{