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

Shorten/break up long methods #37

Open
ldilley opened this issue Mar 22, 2015 · 1 comment
Open

Shorten/break up long methods #37

ldilley opened this issue Mar 22, 2015 · 1 comment
Assignees

Comments

@ldilley
Copy link
Owner

ldilley commented Mar 22, 2015

Try to make long methods smaller by reducing the amount of lines required to perform their task. If that is not an option, break the method up into slimmer methods for easier readability and maintenance. The MODE module is a perfect example of this problem.

@ldilley ldilley self-assigned this Mar 22, 2015
@ldilley
Copy link
Owner Author

ldilley commented Mar 27, 2015

This would also be considered Rubocop cleanup phase 2.

@ldilley ldilley added the backlog label Nov 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant