Y Hacker News Books
Smalltalk Best Practice Patterns

#1406 of 2,654 all-time

Smalltalk Best Practice Patterns

Kent Beck

5 people recommended it in 4 threads, 2010–2017.

1 commenter pushed back on it — worth reading the threads.

What people on Hacker News said

malbs
If you work in an object oriented language, I think one of the most useful books you could read would be Kent Beck's Smalltalk Best Practise Patterns. The reason being that the lessons and tricks Kent discusses in his book can be applied to Ruby, Python, Java, C#, C++, Delphi, and any other language that I insultingly forgot, where you are working with objects and polymorphism.

on HN, 2011

duck
Lots of OO classes use it and Smalltalk is a great language to learn OO with (but even if you don't use it, the general information will be a big help).

on HN, 2010

chrismealy
I've never used Smalltalk but it transfers to any dynamic OOP language.

on HN, 2017

Where it comes up