DDD - Entities

Entities have an inherent identity (like a person). Those are object that we care about their uniqueness within our 202105192148 DDD - Bounded Contexts. In an e-commerce, an instance of an user should always be the same user. Same goes for orders. These are examples of entities.

Whenever objects have no inherent identity, those are probably 202106010843 DDD - Value objects

Resources to understand this better: [#korikov-entity-vs-value-object]: Khorikov, Vladimir. “Entity vs Value Object: The Ultimate List of Differences.” Enterprise Craftsmanship. Accessed June 1, 2021. https://enterprisecraftsmanship.com/posts/entity-vs-value-object-the-ultimate-list-of-differences/.