This rule is Obsolete | |
Synopsis: | Be consistent when naming identifiers |
Language: | C++ |
Severity Level: | 10 |
Category: | Naming |
Description: |
Consistent names makes it easier to read code. It also makes it possible to reuse both code and existing knowledge. |
Literature References: |
ISC++ Rec 1.3 |