Y Hacker News Books
Practical Object-Oriented Design in Ruby
Buy on Amazon4.8 out of 5, 521 ratings on Amazon

#537 of 2,654 all-time

Practical Object-Oriented Design in Ruby

Sandi Metz

12 people recommended it in 8 threads, 2014–2020.

What people on Hacker News said

cben
An important thesis is that good code is not an aesthetic judgement of how it _now_ looks, but objective question how easy it will be to _change in the future_.

on HN, 2019

jjjjjosh
Hands-down, Practical Object-Oriented Design in Ruby (http://www.poodr.com/) - some of it I don't agree with but it's all wonderfully put-together: clear and concise, with wonderful examples.

on HN, 2017

jbeja
I am not so much a ruby fan, but don't let the title decive you, ruby is just the tool (since it could use any other OOP language) to show what the book is realy about (OOP Design shown in the best way possible).

on HN, 2014

paublyrne
Practical Object-oriented Design in Ruby is a great read with a lot of advice on approaching design problems, approaching refactoring and thinking about how to model.

on HN, 2017

censhin
The Ruby written could be completely replaced by pseudo code, and it wouldn't change the lessons taught.

on HN, 2017

Skoofoo
I thought I knew how to write good Ruby code, but then I read "Practical Object-Oriented Design in Ruby".

on HN, 2014

Where it comes up