Long Parameter List
A long parameter list occurs when a function or method accepts more arguments than it can reasonably handle. Long parameter lists create unclear call sites because raw values lack context. Bare parameters can make intent ambiguous to devel…
1 sources - 5 claims
A long parameter list occurs when a function or method accepts more arguments than it can reasonably handle. Long parameter lists create unclear call sites because raw values lack context. Bare parameters can make intent ambiguous to developers, testers, and reviewers. Changing a long parameter list can force updates across every call site. Parameters of the same type are easy to swap without compile-time detection.