Multiple instructions on the same line decreases code readability.
Read more
Artifacts and Subqueries decrease code agility
Read more
CASE cannot be an instruction without a WHEN clause
Read more
Multiple packages in the same file have multiple references can cause agility issues
Read more
JSP standard is XML-compliant but certain elements cannot be mixed causing agility issues
Read more
Group Use declarations help cut verbosity in the code
Read more
Avoid using functions before their declaration
Read more
The code contains too many lines containing several instructions
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