Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Coding Standards & Conventions

Coding Standards & Conventions

David Francisco

September 26, 2011
Tweet

More Decks by David Francisco

Other Decks in Programming

Transcript

  1. 1 Indentation 1.1 Line length 1.2 Wrapping lines 1.3 Alignment

    2 White space 2.1 Blank lines 2.2 Blank spaces 2.3 Trailing white space 3 Naming conventions 4 Declarations 4.1 Placement 5 Dead Code 6 Comments 6.1 Special comments 7 Parenthesis
  2. 1 - Indentation Because it is a Java language coding

    standard presented in the Java Language Specification, from Sun Microsystems