Categories: None [Edit]
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,343 of 195,956
Downloads: 3,668
Daily
Ranking: 90,350 of 195,929
Downloads: 1
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|---|---|
| 183,825 | 1,632 | sinatra_to_the_moon |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | joaoGabriel55 |