This rule is Obsolete | |
Synopsis: | The names of formal arguments to methods/functions should be specified and should be the same both in the declaration and in the definition |
Language: | C++ |
Severity Level: | 10 |
Category: | Naming |
Description: |
This makes the code more readable and avoids confusion. An exception is leaving the name out in the definition/implementation when the parameter is not used. |
Literature References: |
Ellemtel Rule 32 |