←back to thread

249 points mattcollins | 1 comments | | HN request time: 0.201s | source
Show context
lastofus ◴[] No.42188142[source]
This is one of my favorite software development books of all time. It's the book that finally offered straight forward guidance and wisdom on how to properly utilize OOP language features.

I'm very happy to see it out for Python!

replies(2): >>42188180 #>>42196085 #
crabmusket ◴[] No.42188180[source]
Sandi's earlier book, POODR, was also great. While it is focused on Ruby, most of the advice applies more broadly.

Reading these two really helped me understand just how impoverished the concept of OOP has become by C++ and Java, from its Smalltalk roots.

replies(2): >>42188369 #>>42190869 #
1. giraffe_lady ◴[] No.42188369[source]
I was so lucky to have run into poodr when I did. Early enough in my career to still feel like I didn't know anything, but with just enough experience to have encountered the problems she was addressing "in the wild." Absolutely formative for me I have no idea where I'd be without it. The only other book to even approach its impact for me is working effectively with legacy code.