Pattern: Use of increment/decrement operator
Issue: -
This rule forbids the increment and decrement arithmetic operators. Some people believe the ++
and --
to be cryptic and the cause of bugs due to misunderstandings of their precedence rules.
Pattern: Use of increment/decrement operator
Issue: -
This rule forbids the increment and decrement arithmetic operators. Some people believe the ++
and --
to be cryptic and the cause of bugs due to misunderstandings of their precedence rules.