More smalltalk wisdom

May 14, 2006

Someone should rewrite these excellent smalltalk books with a Ruby slant.

From Smalltalk with Style (there are some 126 guidelines in this book, most of which apply directly to Ruby)

Guideline 26: Do not comment bad code – rewrite it.
Guideline 79: Write small methods.

Leave a Comment