This rule is Obsolete | |
Synopsis: | Use meaningful names |
Language: | C++ |
Severity Level: | 10 |
Category: | Naming |
Description: |
Names of identifiers are to be descriptive for the purpose they serve. Consider using a noun for a class name, a verb for a function and an adjective for an interface. Consider using a plural form for e.g. a collection. |
Literature References: |
Ellemtel Rec 17, adapted |
ISC++ Rec. 1.1 |