Declaring errors prevents security risks
Read more
Using {curly braces} is less error-prone
Read more
Switch statements should have a default case specified
Read more
Avoid exposing too many attributes
Read more
Avoid repetitive access to nested members
Read more
Avoid literal numbers (i.e. Magic numbers are not so magic)
Read more
Exceptions shouldn’t be caught with system exception classes
Read more
Using {curly braces} is less error-prone
Read more