CSC/ECE 517 Fall 2010/ch7 7c ed

From Expertiza_Wiki
Revision as of 23:39, 1 December 2010 by Ehanders (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

Pure Fabrication is a design pattern in which objects are created that do not correlate directly to real-world objects. This is generally used to achieve low cohesion and high coupling, as discussed in previous chapters. Although low cohesion and high coupling is an important design principle, fabricating objects that do not exist in the problem domain may lead to problems, thus classifying this as an anti-pattern. [1]

Pure Fabrication

Pure Fabrication is a GRASP (General Responsibility Assignment Software Patterns) principle.

=References