Back to all

create-value-object

by Quétier Laurent

00Feb 6, 2026Visit Source
Create Value Object for domain modeling following DDD patterns. Use when you need to encapsulate primitive values with validation, business rules, and immutability. Creates reusable VOs like PriceField, EmailField, QuantityField with validation and domain logic.