←back to thread

249 points mattcollins | 1 comments | | HN request time: 0.207s | 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. inopinatus ◴[] No.42190869[source]
Avdi Grimm preaches a similar gospel.