Synopsis: | Always use parentheses to clarify the order of expression evaluation |
Language: | C++ |
Severity Level: | 9 |
Category: | Style |
Description: |
Do not base the proper working on the C++ implicit evaluation order. Parentheses in expressions improve the readability. |