Tag: Domain Service
All the articles with the tag "Domain Service".
-
[DDD Intro #16] Domain Service: Domain logic that is hard to force into an object
When studying DDD, we often hear that "domain logic should be inside domain objects." This is important. If domain rules scatter into Application Services or Controllers, the model becomes anemic.