2 — Value Objects
Purpose
[stub: value-objects]
Metadata
| Author | Amit Singh |
| Scope | low-level-design |
Local graph
Related notes
1 — Identifying Entities
Covers how to identify entities in a domain model — objects with a persistent identity that spans changes to their attributes over time.
3 — Aggregates
Explains aggregates as consistency boundaries that group entities and value objects behind a single root for transactional integrity.
4 — Domain Services
Covers domain services for modeling operations that don't naturally belong to any single entity or value object in the model.
5 — Repositories
Introduces the repository pattern for abstracting aggregate persistence and retrieval behind a collection-like interface.