Handling Exceptions should be explicit
Read more
Switch cases without ending breaks are hard to understand
Read more
Too many classes with missing constructors can be risky
Read more
Missing default in switch statements can cause Production Risk
Read more
Avoid using SELECT … ENDSELECT statement
Read more
Too many unconditional branches may end to Spaghetti Code
Read more
Using {curly braces} is less error-prone
Read more
Avoid using risky patterns too frequently
Read more
Native Dynamic SQL is easier to use than DBMS SQL.
Read more