feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup

This commit is contained in:
2026-04-27 18:58:22 +09:00
parent 3424166ea2
commit 6b86b0da4c
2706 changed files with 9074 additions and 7273 deletions
@@ -1,6 +1,6 @@
---
id: P-REINFORCE-AUTO-9B5D9F
category: "[[10_Wiki/💡 Topics/Programming & Language]]"
category: "10_Wiki/💡 Topics/Programming & Language"
confidence_score: 0.90
tags: [auto-reinforced]
last_reinforced: 2026-04-20
@@ -30,11 +30,11 @@ github_commit: "[P-Reinforce] Continuous Worker - 도메인 기반 설계 (DDD)
- **정책 변화:** Programming & Language 분야의 자동 자산화 수행.
## 🔗 지식 연결 (Graph)
- **Related Topics:** [[브랜디드 타입 (Branded Types)]], [[기본 타입에의 집착 (Primitive Obsession)]], [[구조적 타이핑 (Structural Typing)]], [[Parse, Don't Validate]]
- **Projects/Contexts:** [[UserId와 OrderId의 엄격한 분리 모델링]], [[Zod 라이브러리를 활용한 런타임 데이터 파싱]]
- **Related Topics:** [[브랜디드 타입 (Branded Types)]], [[기본 타입에의 집착 (Primitive Obsession)]], 구조적 타이핑 (Structural Typing), Parse, Don't Validate
- **Projects/Contexts:** UserId와 OrderId의 엄격한 분리 모델링, Zod 라이브러리를 활용한 런타임 데이터 파싱
- **Contradictions/Notes:** TypeScript 자체는 형태를 기준으로 하는 구조적 타이핑 언어이지만, 도메인 주도 설계에서 데이터 오염을 완벽히 차단하기 위해서는 오히려 명목적 타이핑(Nominal Typing)의 특성을 브랜디드 타입이라는 우회적 방법론으로 모방하여 사용해야 합니다 [1, 4].
---
*Last updated: 2026-04-18*
- Raw Source: [[00_Raw/2026-04-20/도메인 기반 설계 (DDD) 및 데이터 오염 방지.md]]
---