This rule is Obsolete | |
Synopsis: | Avoid methods and functions with many arguments |
Language: | C++ |
Severity Level: | 9 |
Category: | Class Interface |
Description: |
When many arguments are used, the code is harder to read. It is recommended to use a structure to pass many arguments. |
Literature References: |
Ellemtel Rec. 41 |