Wrap-Up

Factories are a powerful tool for decoupling construction logic from our business logic. The Factory Method pattern not only helps by moving creation responsibility to the Aggregate Root, but it could also force Domain invariants. Using the Abstract Factory pattern in our Services allows us to separate our Domain logic from Infrastructure creation details. A common use case is that of Specifications and their respective persistence implementations. We've seen that Factories come in handy on our test suites too. While we could extract building logic into Object Mother Factories, Test Data Builders provide more flexibility for our tests.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset