Changes between Version 1 and Version 2 of Coding Standards


Ignore:
Timestamp:
02/16/15 10:57:31 (11 years ago)
Author:
zmanchun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Coding Standards

    v1 v2  
    17175. break up a method into smaller pieces if it gets too long
    18186. place one blank line between elements in a file (an element is a field, method, or class)
    19 7. all local variables declared in a block (i.e., a compound statement in curly braces) should appear at the top of the block, followed by a blank line, followed by the statements in that block; this greatly enhances readability
     197. one blank line before and after each block of  local variables declarations
    2020
    2121- Visibility