@mvankessel-EMC As with lines of code and cyclomatic complexity, it would be nice to set some (arbitrary) thresholds for complexity associated with number of arguments per function. What about:
- low complexity: less than 5
- medium complexity: 5 to 9
- high complexity: 10 or more
@mvankessel-EMC As with lines of code and cyclomatic complexity, it would be nice to set some (arbitrary) thresholds for complexity associated with number of arguments per function. What about: