[racket] Good book on OOP design principles

From: Raoul Duke (raould at gmail.com)
Date: Tue Feb 28 17:16:22 EST 2012

On Tue, Feb 28, 2012 at 2:12 PM, David Van Horn <dvanhorn at ccs.neu.edu> wrote:
> How to Design Classes
> http://www.ccs.neu.edu/home/matthias/htdc.html
> It's written for Java, but easily translates to Racket's class system.

(here i am being a broken record) when i skimmed it, it appeared to be
in the "start with the data, not the behaviour" camp, which is one OOD
camp, but i find value in the "start with behaviour, not with data"
approach as well if not more so.

$0.02,
sincerely.

Posted on the users mailing list.