GRASP (object-oriented design): Difference between revisions

Content deleted Content added
Line 80:
{{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 thereof 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'''
• Low Coupling.
• High Cohesion.
 
==See also==