Beware of non-communicating methods
From CSSEMediaWiki
(Difference between revisions)
(New page: Derived from Separate methods that do not communicate. == See also == * Separate methods that do not communicate * Johnson and Foote 1988) |
m |
||
Line 1: | Line 1: | ||
+ | :''Beware of classes which have too much non-communicating behavior, i.e. methods which operate on a proper subset of the data members of a class. God classes often exhibit lots of non-communicating behavior.'' --Riel's Heuristic 3.4, [[Arthur Riel 1996]] | ||
+ | |||
Derived from [[Separate methods that do not communicate]]. | Derived from [[Separate methods that do not communicate]]. | ||
Line 4: | Line 6: | ||
* [[Separate methods that do not communicate]] | * [[Separate methods that do not communicate]] | ||
* [[Johnson and Foote 1988]] | * [[Johnson and Foote 1988]] | ||
+ | |||
+ | [[Category:Riel's heuristics]] |
Latest revision as of 23:53, 20 July 2009
- Beware of classes which have too much non-communicating behavior, i.e. methods which operate on a proper subset of the data members of a class. God classes often exhibit lots of non-communicating behavior. --Riel's Heuristic 3.4, Arthur Riel 1996
Derived from Separate methods that do not communicate.