Large class smell
From CSSEMediaWiki
Revision as of 02:53, 1 August 2008 by Geoffrey Clark (Talk | contribs)
Refactoring Martin Fowler 1999 states that: When a class is trying to do too much, it often shows up as too many instance variables. When a class has too many instance variables, duplicated code cannot be far behind.
Refactoring
Refactoring gives some suggestions on how a large class can be