GRASP (object-oriented design): Difference between revisions

Content deleted Content added
Line 8:
<div id="informationexpert"/>
===Information Expert===
The '''Information Expert''' pattern provides the general principles associated with the assignment of responsibilities to objects. The information expert pattern states that responsibility should be assigned to the '''information expert'''—the class that has all the necessary information. Systems which appropriatleyappropriately utilize the information expert pattern are easier to understand, maintain and expand as well as increase the possibilitiy the an element can be reused in future development.<ref name="larman294">(Larman 294)</ref>
 
<div id="creator"/>