Skip to content

Instantly share code, notes, and snippets.

@shaik2many
Created November 20, 2014 23:10
Show Gist options
  • Save shaik2many/d42e0955ce453ef06acf to your computer and use it in GitHub Desktop.
Save shaik2many/d42e0955ce453ef06acf to your computer and use it in GitHub Desktop.
coding standards
1) Try to attain no warning symbol in the code (Unused variables, non-required imports)
2) System.out.println statements
3) Indentation
4) Naming convention
5) Info vs Debug messages
6) Log only when required – goal is easy debugging
7) Exceptional handling chain
8) Front end Exceptional handling (similar to what google does)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment