Preview Mode Links will not work in preview mode

Virtual Domain-driven design

Nov 13, 2019

Even with perfect naming and perfect code, it is hard to read the story of your domain straight out of it. You can be certain that you’ll have forgotten some of the nuances about the code the next time you see it. Or someone else sees it, because very few of us live our professional coding lives in an area where...


Nov 6, 2019

Within the community, there is been an ongoing discussion about the aggregate pattern. From Eric Evans perspective it is:

An architectural pattern that enforces the consistency of a set of interrelated constraints, by defining a transactional boundary, a concurrency boundary, and a distribution boundary.

A lot of people...