Anemic Model x Rich Model
Reading Time: 5 minutes As I showed in a previous post, Anemic Model causes disastrous effects on your project. My intention in this post is to use the example of Vaughn Vernon’s book [IDDD, 2013] on the scenario of…
Reading Time: 5 minutes As I showed in a previous post, Anemic Model causes disastrous effects on your project. My intention in this post is to use the example of Vaughn Vernon’s book [IDDD, 2013] on the scenario of…
Reading Time: < 1 minutes If you want to understand the main topics covered when we talk about Domain-Driven Design, this map is essential for this understanding, as well as being a great guide to learning planning. Definitions and Pattern…
Reading Time: 2 minutes Anemic Model is a Domain Model where Domain Objects contain little or no business logic. This model was first described by Martin Fowler, who considers the practice an antipattern. The fundamental horror of this anti-pattern…