We are following Domain Driven Design for the implementation of a large website.
However by putting the behaviour on the domain objects we are ending up with some ve
A very simple rule of thumb to follow is "most of the methods in your class HAVE to use most of the instance variables in your class" - if you follow this rule the classes will be automatically of the right size.