GRASP (object-oriented design): Difference between revisions

Content deleted Content added
Indirection: Fix pattern name
Undid revision 1046981629 by 2001:6B0:29:211:0:0:0:203 (talk)
Line 84:
===Pure fabrication===
{{see also|Service (systems architecture)}}
A '''pure fabrication''' is a class that does not represent a concept in the problem ___domain, specially made up to achieve low coupling, high cohesion, and the reuse potential there ofthereof derived (when a solution presented by the ''information expert'' pattern does not). This kind of class is called a "service" in [[___domain-driven design]].
 
'''Related Patterns and Principles'''