Name: Anonymous 2010-09-18 23:32
Requirement: the name variable in class X has a maximum length of 10 characters.
Should class X even know about this requirement, or should the requirement be enforced solely by the business logic class?
Should class X even know about this requirement, or should the requirement be enforced solely by the business logic class?