Skip to content
SP StackPractices

Tag: immutability

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

Value Object Pattern

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