Posts in 2021
-
Meaningful Identifiers
2021-01-12 in 2021
Identifiers are a key concept to successfully model complex business domains. They permeate how our modern civilization functions. Could you imagine a country without a car registration number of vehicles, internet addresses, postal addresses, or …
-
Value Objects as Embedded Entities
2021-01-04 in 2021
This post discusses the value object pattern, and the factory pattern, which are tactical patterns in the domain-driven design Domain-Driven Design approach. Value objects represent typed values that have no conceptual identity in your domain. They …