[racket] Good book on OOP design principles

From: David Van Horn (dvanhorn at ccs.neu.edu)
Date: Tue Feb 28 17:12:17 EST 2012

On 2/28/12 5:10 PM, Harry Spier wrote:
> Dear list members,
>
> Can someone recommend a good book on OOP design principles.  Ideally
> something that though the examples weren't written using Rackets
> Classes and Objects, I could still (relatively easily) translate into
> Racket, and go through the examples that way.

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.

David

Posted on the users mailing list.