Domain-Driven Design - Value Objects
In Domain-Driven Design a Value Object is an identityless object that represents a property, for example, a name, address, or a date.
Characteristics
- Value Objects are immutable.
- Value Objects don’t have an identity, but they are identified by their value.
- Value Objects can have validation.
Examples
Categories
Automation scripting Development tools Front end web development Infrastructure Kubernetes Programming guide Security Software architectureTags
Recent Posts
Restart Kubernetes pods following a schedule using Helm
Restart Kubernetes pods following a schedule using Kubectl
Create an Azure Key Vault with RBAC role assignments using Terraform
Get the download url of the latest GitHub release using Bash
Get the download url of the latest GitHub release using PowerShell