The Power of Object-Oriented Design
Chapter 1 Notes from Practical Object-Oriented Design in Ruby by Sandi Metz
While Ruby is an object-oriented language, little time is spent in the documentation on what OO truly means or how it should direct the way we build programs. Here Metz brings…