DEV Community

Discussion on: Code Smell — Too Many Parameters

Collapse
 
kallmanation profile image
Nathan Kallman

Reminds me of one of the first codebases I worked in. So many function calls that looked like this:

doItAll(sensibleArgument, false, false, false, false, false, true)

Great article!