Feb. 7, 2007, 5:49 p.m.
posted by madinteger
SummaryDivide and conquer: Small classes are easier to write, get right, test, and use. They are also more likely to be usable in a variety of situations. Prefer such small classes that embody simple concepts instead of kitchen-sink classes that try to implement many and/or complex concepts (see Items 5 and 6). |
- Comment