Attribute, classes and methods should follow a naming convention
Read more
Ensure that your main SQL-related code artifacts are documented
Read more
Operators and operands should use appropriate spacing to help readability
Read more
Wildcard imports should not be used too frequently
Read more
Too much commented out code can be counter-productive
Read more
A line of code shouldn’t be too long (to help readability)
Read more
Ensure the code contains enough block of comments
Read more
Short code identifiers are harder to understand
Read more