This rule is Obsolete | |
Synopsis: | The names of internal or local variables and internal functions are in camelCase |
Language: | C++ |
Severity Level: | 10 |
Category: | Naming |
Description: |
In the camelCase style names are written in lowercase, with each separate word, except the first, capitalized. Function parameters are considered local variables. |