Summary
In this chapter, we took a look at some of the key strategic patterns of DDD and how they’re used to develop better applications. We were also introduced to domain-centric applications as ways we might organize our applications after working so hard to develop the right bounded contexts and domain models.
We then looked at CQRS and how its simple pattern can be used alongside event sourcing to create a more performant application. Finally, we covered application architectures that would benefit from the patterns of EDAs.
In the next chapter, we will discuss and use some tools to design and plan the MallBots application.