GRASP (object-oriented design): Difference between revisions

Content deleted Content added
No edit summary
Matroxko (talk | contribs)
Tag: Reverted
Line 22:
Using the principle of information expert, a general approach to assigning responsibilities is to look at a given responsibility, determine the information needed to fulfill it, and then determine where that information is stored.
 
This will lead to placing the responsibility on the class with the most information required to fulfillfullfill it.<ref name="Larman2004"/>{{rp|17:11}}
 
'''Related Pattern or Principle''': Low Coupling, High Cohesion