Anemic domain model

The anemic domain model is described as a programming anti-pattern where the domain objects contain little or no business logic like validations, calculations, rules, and so forth. The business logic is thus baked into the architecture of the program itself, making refactoring and maintenance more difficult and time-consuming.

Source: Wikipedia — Anemic domain model (CC BY-SA 4.0)

Anemic domain model

The anemic domain model is described as a programming anti-pattern where the domain objects contain little or no business logic like validations, calculations, rules, and so forth. The business logic is thus baked into the architecture of the program itself, making refactoring and maintenance more difficult and time-consuming.

Source: Wikipedia "Anemic domain model" · CC BY-SA 4.0

Share this article: X · Bluesky
Privacy Policy