Method parameters should have their description tag
Read more
A line of code shouldn’t be too long (to help readability)
Read more
Code indentation, line, and character encoding formats should be consistent
Read more
Attribute, classes and methods should follow a naming convention
Read more
Avoid literal numbers (i.e. Magic numbers are not so magic)
Read more
Too many controversial, unsafe or deprecated keywords in procedure divisions
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
Levels of logic complexity and conditions seem to be unbalanced
Read more
Avoid using “this” unless it points to a newly created object (and tested)
Read more