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-AI-DOM-INVARIANT
category: "[[10_Wiki/💡 Topics/AI]]"
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.93
tags: [SoftwareEngineering, DDD, DomainDrivenDesign, Reliability]
last_reinforced: 2026-04-20
@@ -24,5 +24,5 @@ last_reinforced: 2026-04-20
- 모든 규칙을 객체 안에 넣으면 객체가 너무 비대해지는 'Fat Model' 문제가 생길 수 있다. 규칙이 여러 객체에 걸쳐 있거나 외부 자원(DB 등) 확인이 필요한 경우에는 '도메인 서비스'나 '유효성 검사기'로 역할을 분리하되, 객체 스스로의 자립성은 훼손하지 않는 균형이 필요하다.
## 🔗 지식 연결 (Graph)
- Related: [[Domain-Driven-Design (DDD)]] , [[Value-Objects]]
- Pattern: [[Factory-Method-Pattern]]
- Related: Domain-Driven-Design (DDD) , Value-Objects
- Pattern: Factory-Method-Pattern