Compare commits

..

2 Commits

Author SHA1 Message Date
allcontributors[bot]
af1306d34f docs: update .all-contributorsrc [skip ci] 2021-07-22 14:00:03 +00:00
allcontributors[bot]
b8d09d08f1 docs: update README.md [skip ci] 2021-07-22 14:00:03 +00:00

View File

@@ -4,15 +4,11 @@ title: Domain Model
folder: domain-model
permalink: /patterns/domain-model/
categories: Architectural
language: en
tags:
- Domain
---
## Intent
Domain model pattern provides an object-oriented way of dealing with complicated logic. Instead of having one procedure that handles all business logic for a user action there are multiple objects and each of them handles a slice of domain logic that is relevant to it.
## Explanation
Real world example