Mindreframer

all the little things (rubyonales) - Sandi Metz

by Roman Heinrich

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