IntermediateVocabulary#software-architecture#backend#developer-tools

Anemic Domain Model Vocabulary

Learn the vocabulary of domain objects that hold only data while their business logic lives elsewhere.

0 / 5 completed
1 / 5
At standup, a dev mentions domain objects that hold only data fields with getters and setters and contain no business logic at all, while every actual behavior and business rule lives in separate service classes that operate on those objects from outside. What is this pattern called?