Created
November 20, 2014 23:10
-
-
Save shaik2many/d42e0955ce453ef06acf to your computer and use it in GitHub Desktop.
coding standards
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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