Knowledge
Search knowledge... ⌘K
Knowledge · Anti-Patterns
Smell Functions
Anti-patterns related to function design including too many arguments, output arguments, flag arguments, and dead functions.
Tags
clean-codecode-smellmaintainabilityfunctions
Impact
Function smells are anti-patterns in function design that make code harder to understand, use, and maintain.
Symptoms
- Function smells are anti-patterns in function design that make code harder to understand, use, and maintain.
Source
Robert C. Martin — Clean Code: A Handbook of Agile Software Craftsmanship