Categories: None [Edit]

why-classes

https://rubygems.org/gems/why-classes
https://github.com/joaoGabriel55/why-classes
why-classes is a linter and refactoring tool inspired by Dave Thomas's talk on the over-use of classes in Ruby. It scans a Ruby/Rails codebase (or a single file) for "class smells" -- stateless singleton-method classes, function buckets, invalid initial state, fat-base inheritance, and data buckets -- and reports each one with a concrete refactoring suggestion toward modules, composition, Struct or Data. The mechanically-safe refactorings (notably data bucket -> Struct/Data) can be applied automatically with --fix.

Total

Ranking: 158,300 of 196,700
Downloads: 3,693

Daily

Ranking: 34,277 of 196,669
Downloads: 2

Depended by

RankDownloadsName
184,4331,648sinatra_to_the_moon

Depends on

RankDownloadsName
36836,773,155parser
285193,267,729prism

Owners

#GravatarHandle
1iconjoaoGabriel55