Skip to content
SP StackPractices

Tag: domain-modeling

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

Value Object Pattern

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