Domain Driven Design in Go: Entities
Where Value Objects represent pieces of immutable data without an identity, entities represent identifiable elements within our systems. Entities generally have a lifecycle. They can be created, oftentimes deleted and are expected to be mutated during their lifespan.
Dennis Vis
May 8 2023
•
9 min read