You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: domain-model/README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,15 @@ title: Domain Model
4
4
folder: domain-model
5
5
permalink: /patterns/domain-model/
6
6
categories: Architectural
7
+
language: en
7
8
tags:
8
9
- Domain
9
10
---
11
+
10
12
## Intent
13
+
11
14
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.
0 commit comments