Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.33 KB

File metadata and controls

30 lines (22 loc) · 1.33 KB

<< Back to project home

Practical Object-Oriented Design in Ruby (POODR)

By the wonderful Sandi Metz.

Design is writing code that is easy to change today and cheap to change in the future

"Others are mucking it up" - Good design can be good enough so that others making changes don't go right to the wrong options. It takes intention, but is worth it vs the cost of not doing it.

Notes:

Additional notes can be found in the Ruby Rogues ep 87 notes

poodr the book