Skip to content

Commit d36efdb

Browse files
authored
TASK: Add language to yaml front matter (iluwatar#1806)
1 parent 3f654ab commit d36efdb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

domain-model/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ title: Domain Model
44
folder: domain-model
55
permalink: /patterns/domain-model/
66
categories: Architectural
7+
language: en
78
tags:
89
- Domain
910
---
11+
1012
## Intent
13+
1114
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.
15+
1216
## Explanation
1317

1418
Real world example

0 commit comments

Comments
 (0)