Refactoring From an Anemic Domain Model To a Rich Domain Model
Is the anemic domain model an antipattern?
It's a domain model without any behavior and only data properties.
Anemic domain models work great in simple applications, but they are difficult to maintain and evolve if you have rich business logic.
The i...
milanjovanovic.hashnode.dev7 min read