Backslash line continuation makes code less readable
Read more
len() as upper boundary makes code less readable
Read more
Multiline Conditional Expressions should be avoided
Read more
Improper Indentation can reduce readability
Read more
Avoid Main Procedures not having an ON ERROR clause
Read more
Missing default in switch statements can cause Production Risk
Read more
Avoid using SELECT … ENDSELECT statement
Read more
Avoid using “SELECT DISTINCT”, use DELETE-ADJACENT
Read more