Revisiting Eloquent Ruby reminded me how expressive and clean Ruby code can be.
Favorite ideas:
- Prefer method_missing over conditionals
- Use modules to group behavior, not just namespaces
- Embrace open classes, but with caution
Ruby encourages fluency — write like you speak.