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-ISP-DDD
category: "[[10_Wiki/💡 Topics/Software Architecture]]"
category: "10_Wiki/💡 Topics/Software Architecture"
confidence_score: 0.97
tags: [ISP, DDD, Bounded Context, SOLID]
last_reinforced: 2026-04-20
@@ -23,5 +23,5 @@ last_reinforced: 2026-04-20
- 인터페이스를 과도하게 분리하면 '관리 포인트'가 늘어난다. 실제 의존성이 발생하지 않는 단순 조회(CRUD) 시스템에서는 과도한 격리보다 단순한 데이터 모델 공유가 더 효율적일 수 있다.
## 🔗 지식 연결 (Graph)
- Related: [[Bounded-Contexts]] , [[Clean-Architecture-Implementation]]
- Related: Bounded-Contexts , [[Clean-Architecture-Implementation]]
- Principles: [[React_Clean_Code_Best_Practices]]