Changes between Version 7 and Version 8 of Document/Development/Standards/CodingStyle

Show
Ignore:
Timestamp:
06/06/07 17:00:52 (6 years ago)
Author:
juruen@… (IP: 88.26.177.14)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Document/Development/Standards/CodingStyle

    v7 v8  
    3131 * Lines should be 80 characters wide unless there is a '''very''' good reason for doing so. 
    3232 * Use 4 spaces for indentation purposes. Do not use tabs 
    33  
     33. 
    3434 
    3535 == Braces == 
     
    106106 * Parameter names are an important source of information 
    107107 * Verbs have no prefix and don't use third person 
     108 * Use prefix set for setters and avoid prefix for getters, 
    108109 
    109110== Exporting symbols ==