Domain Modeling
Everything on SkillVeris tagged Domain Modeling — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 1 library
Interview Questions(3)
Association vs Aggregation vs Composition
Association is any structural relationship where one object refers to another, aggregation is a weak has-a where the contained object can exist independently,…
What is a Value Object?
A value object is an object defined entirely by its attribute values rather than a unique identity, meaning two value objects with the same data are interchang…
What is an Entity vs a Value Object?
An entity is an object distinguished by a persistent, unique identity that remains stable across its lifetime even as its attributes change, while a value obje…