rubircd
rubircd copied to clipboard
Shorten/break up long methods
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.
This would also be considered Rubocop cleanup phase 2.