docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
@@ -1,13 +1,13 @@
---
id: P-REINFORCE-AI-048
category: "[[10_Wiki/💡 Topics/Software Architecture]]"
category: "10_Wiki/💡 Topics/Software Architecture"
confidence_score: 0.99
tags: [ddd, bounded context, domain modeling, software architecture]
last_reinforced: 2026-06-XX
github_commit: "[P-Reinforce] Processed Domain-Driven Design (DDD)."
---
# [[Domain-Driven Design (DDD)]] (도메인 주도 설계)
# [[Domain-Driven Design (DDD)|Domain-Driven Design (DDD)]] (도메인 주도 설계)
## 📌 한 줄 통찰 (The Karpathy Summary)
> 소프트웨어의 복잡성을 관리하기 위해, 비즈니스 도메인의 핵심 개념(Ubiquitous Language)을 중심으로 시스템 경계(Bounded Context)를 설정하고 모델링하는 접근 방식이다.
@@ -24,7 +24,7 @@ github_commit: "[P-Reinforce] Processed Domain-Driven Design (DDD)."
- **정책 변화:** 마이크로서비스 아키텍처와 매우 높은 시너지를 내며, 각 서비스가 하나의 Bounded Context를 담당하도록 경계를 설정하는 것이 일반적이다.
## 🔗 지식 연결 (Graph)
- Parent: [[Microservices-Architecture]]
- Related: [[Bounded Contexts]] , [[Ubiquitous Language]] , [[Aggregate Root]]
- Raw Source: [[00_Raw/Domain-Driven Design (DDD).md]]
- Parent: [[Microservices-Architecture|Microservices-Architecture]]
- Related: [[Bounded Contexts|Bounded Contexts]] , [[보편적 언어 (Ubiquitous Language)|Ubiquitous Language]] , Aggregate Root
- Raw Source: 00_Raw/Domain-Driven Design (DDD).md
---