Skip to content
StackPractices

Tag: value-object

Browse 1 practical software engineering resources tagged with "value-object". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving value-object.

Value Object Pattern

Model domain concepts by value rather than identity. An immutable object defined by its attributes, not by a unique ID.