Slide 31
Slide 31 text
Pure Fabrication
• “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.”
• Called “Service” in Domain Driven Design
• E.g. an object which is connecting an internal library to
a module (so there is no dependency between library
and module)
• Not to be confused with the Factory Pattern