Latest news and articles about DDD, CQRS, Event Sourcing and Software Architecture in general, aggregated daily and delivered weekly to your feed (RSS) reader. Subscribe here!

Week 52, year 2013

  • Related Entities vs Child Entities - Entity An Entity is an object in our Domain Model with an identity and a lifecycle. “Lifecycle” means that it is created, possibly changes over time, and eventually can cease to exist. Throughout this lifecycle, we need some way to identify this object, especially when our system talks to other systems about this Entity. Imagine a simple project management application. When we start a new Project, we give it a name, a due date, and a ‘started’ status. We assign an identifier to the Project. [Mathias Verraes]
Permalink | From 23 December 2013 to 29 December 2013 | Last updated on: Mon, 7 Jun 2021 09:18:52 GMT