Code Smell 10: Functions With Too Many Arguments
SMRTR summary
Functions with many arguments cause maintainability problems and break domain mapping. The article shows refactoring an eleven-parameter printer function into cohesive objects like PrintSetup to reduce complexity.
SMRTR provides this summary for quick context. The original article belongs to Hacker Noon.
Read the original article