[Tutor] Design - Granularity of classes

Sean 'Shaleh' Perry shalehperry@attbi.com
Thu, 16 May 2002 07:51:28 -0700 (PDT)


> 
> => Does it make sense? I think this strategy would add overhead but it 
> might help testing for correct data type.
> 

I tend to make into classes the chunks that are self sufficient and likely to
be reused.  There is definately a balance between clean design, efficiency, and
having way too many objects.