DEV Community

Discussion on: How to write an object oriented program that doesn't suck

Collapse
 
stefandorresteijn profile image
Stefan Dorresteijn • Edited

If you're really trying to learn about OOP, read Sandi Metz's Practical Object-Oriented Design in Ruby and 99 Bottles of OOP. They'll teach you solid OOP.