all the little things (rubyonales) - Sandi Metz
Beatiful talk from Sandy Metz
about refactoring from big methods to simple, small objects
Takeaways
- Duplication is far cheaper than the wrong abstraction
- Reach for open/closed
- small methods are simple
- small objects are simple