Skip to content

Files

Latest commit

 

History

History
11 lines (6 loc) · 354 Bytes

no_plusplus.md

File metadata and controls

11 lines (6 loc) · 354 Bytes

Pattern: Use of increment/decrement operator

Issue: -

Description

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.

Further Reading