Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sniff to limit number of parameters #10

Closed
bmitch opened this issue Dec 3, 2016 · 0 comments
Closed

Sniff to limit number of parameters #10

bmitch opened this issue Dec 3, 2016 · 0 comments

Comments

@bmitch
Copy link
Owner

bmitch commented Dec 3, 2016

From Clean Code:

The ideal number of arguments for a function is zero (niladic). Next comes one (monadic), followed closely by two (dyadic). Three arguments (triadic) should be avoided where possible. More than three (polyadic) requires very special justification -- and then shouldn't be used anyway.

@bmitch bmitch closed this as completed in 441e57e Dec 4, 2016
bmitch added a commit that referenced this issue Dec 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant