Changes between Version 7 and Version 8 of Document/Development/Standards/CodingStyle
- Timestamp:
- 06/06/07 17:00:52 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Document/Development/Standards/CodingStyle
v7 v8 31 31 * Lines should be 80 characters wide unless there is a '''very''' good reason for doing so. 32 32 * Use 4 spaces for indentation purposes. Do not use tabs 33 33 . 34 34 35 35 == Braces == … … 106 106 * Parameter names are an important source of information 107 107 * Verbs have no prefix and don't use third person 108 * Use prefix set for setters and avoid prefix for getters, 108 109 109 110 == Exporting symbols ==