Tag: anemic-model
All the articles with the tag "anemic-model".
What is Domain Anemic Model?
Posted on:July 5, 2022 at 02:05 AMAnemic models lead to misplaced business logic, while Rich Models improve encapsulation by incorporating logic into entities. Considerations like saving rich entities in a database can be addressed through techniques like shadow properties.