Parentheses for precedence
| ID | CC-13 |
| Title | Use sufficient parentheses to clarify the order of execution in expressions. |
| Priority | Strongly recommended |
| Severity level | 5 |
| Description | Use sufficient parentheses to clarify the order of execution in mathematical and logical expressions. Without them, the generated code may display unexpected behavior. |
| Rationale | Readability, Robustness |