Back to all

avoid-long-parameter-lists

by OmniaffixDave

01Feb 8, 2026Visit Source
If a function requires more than 3-4 parameters, consider: grouping related parameters into an ob... Use when enforcing code quality standards. Quality category skill.