From ddd7a29834fcd7e448d3ff9b22dde140dd919ee0 Mon Sep 17 00:00:00 2001 From: mohammadKarimi Date: Sun, 14 Apr 2024 23:21:57 +0330 Subject: [PATCH] BC --- .obsidian/workspace.json | 14 +++++++------- .../What Is a Bounded Context.md | 8 ++++++++ 2 files changed, 15 insertions(+), 7 deletions(-) create mode 100644 content/part 1 - Strategic Design/chapter 3/3.2 What Is a Bounded Context/What Is a Bounded Context.md diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 1019fc5..9cff0aa 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -13,8 +13,8 @@ "state": { "type": "markdown", "state": { - "file": "content/part 1 - Strategic Design/chapter 3/3.1 Inconsistent Models/Inconsistent Models.md", - "mode": "preview", + "file": "content/part 1 - Strategic Design/chapter 3/3.2 What Is a Bounded Context/What Is a Bounded Context.md", + "mode": "source", "source": true } } @@ -85,7 +85,7 @@ "state": { "type": "backlink", "state": { - "file": "content/part 1 - Strategic Design/chapter 3/3.1 Inconsistent Models/Inconsistent Models.md", + "file": "content/part 1 - Strategic Design/chapter 3/3.2 What Is a Bounded Context/What Is a Bounded Context.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -102,7 +102,7 @@ "state": { "type": "outgoing-link", "state": { - "file": "content/part 1 - Strategic Design/chapter 3/3.1 Inconsistent Models/Inconsistent Models.md", + "file": "content/part 1 - Strategic Design/chapter 3/3.2 What Is a Bounded Context/What Is a Bounded Context.md", "linksCollapsed": false, "unlinkedCollapsed": true } @@ -125,7 +125,7 @@ "state": { "type": "outline", "state": { - "file": "content/part 1 - Strategic Design/chapter 3/3.1 Inconsistent Models/Inconsistent Models.md" + "file": "content/part 1 - Strategic Design/chapter 3/3.2 What Is a Bounded Context/What Is a Bounded Context.md" } } } @@ -148,9 +148,10 @@ }, "active": "2ccb43511fc75ac7", "lastOpenFiles": [ + "content/part 1 - Strategic Design/chapter 3/3.1 Inconsistent Models/Inconsistent Models.md", + "content/part 1 - Strategic Design/chapter 3/3.2 What Is a Bounded Context/What Is a Bounded Context.md", "content/part 1 - Strategic Design/chapter 3/3.2 What Is a Bounded Context", "content/part 1 - Strategic Design/chapter 2/_index.md", - "content/part 1 - Strategic Design/chapter 3/3.1 Inconsistent Models/Inconsistent Models.md", "COUNTRIBUTING.md", "content/_index.md", "content/sponsors.md", @@ -185,7 +186,6 @@ "[1.1-fundamental-of-ddd/1.1-fundamental-of-ddd", "[1.1-fundamental-of-ddd", "Learning Domain-Driven Design/part 1 - Strategic Design/chapter 2/2.10 Conclusion", - "Learning Domain-Driven Design/part 1 - Strategic Design/chapter 2/2.9 Challenges", "Learning Domain-Driven Design/part 1 - Strategic Design/chapter 2/2.6 Model of the Business Domain/2.6.1 What Is a Model/2.6.1.png", "Learning Domain-Driven Design/part 1 - Strategic Design/chapter 2/2.3 Communication/Figure 2-1.png", "Learning Domain-Driven Design/part 1 - Strategic Design/chapter 2/2.3 Communication/Figure 2-1 1.png", diff --git a/content/part 1 - Strategic Design/chapter 3/3.2 What Is a Bounded Context/What Is a Bounded Context.md b/content/part 1 - Strategic Design/chapter 3/3.2 What Is a Bounded Context/What Is a Bounded Context.md new file mode 100644 index 0000000..986589c --- /dev/null +++ b/content/part 1 - Strategic Design/chapter 3/3.2 What Is a Bounded Context/What Is a Bounded Context.md @@ -0,0 +1,8 @@ +--- +title: "محدوده دامنه یا BC" +weight: 3001 +type: docs +bookCollapseSection: true +--- + +در طراحی مبتنی بر دامنه، راه‌حل بسیار ساده است: زبان فراگیر را به چند زبان کوچک‌تر تقسیم کنید، سپس هرکدام را به زمینه مشخصی که می‌تواند در آن استفاده شود اختصاص دهید: به محدوده دامنه ی آن. \ No newline at end of file