DEV Community

Discussion on: Who's looking for open source contributors? (September 24 edition)

Collapse
 
ben profile image
Ben Halpern • Edited

If anybody wants to contribute to the dev.to project we are always looking for refactoring!

You can check out CodeClimate for an idea of places that need some work.

Of course, we welcome features, but when in doubt, clean the code and write tests! πŸ˜‹

Collapse
 
itsdarrylnorris profile image
Darryl Norris

File user.rb has 459 lines of code (exceeds 250 allowed). Consider refactoring.

Things like this ^ can be automated right? I am not sure in Ruby, but in PHP there are tools that can auto-format things for you, so there is no need of manual work to be done.