Rules tagged with: General
General topics.
- G-1010 Try to label your sub blocks.Maintainability
- G-1020 Always have a matching loop or block label.Maintainability
- G-1030 Avoid defining variables that are not used.Maintainability
- G-1040 Avoid dead code.Maintainability
- G-1050 Avoid using literals in your code.Maintainability
- G-1060 Avoid storing ROWIDs or UROWIDs in database tables.Reliability
- G-1070 Avoid nesting comment blocks.Maintainability
- G-1080 Avoid using the same expression on both sides of a relational comparison operator or a logical operator.Maintainability
8 total