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-DIP
category: "[[10_Wiki/💡 Topics/AI]]"
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.98
tags: [SoftwareEngineering, SOLID, DIP, Architecture]
last_reinforced: 2026-04-20
@@ -23,5 +23,5 @@ last_reinforced: 2026-04-20
- DIP를 지키려면 인터페이스 설계가 선행되어야 하는데, 도메인에 대한 이해가 부족할 때 성급하게 인터페이스를 만들면 생산성만 떨어뜨리는 '과잉 설계(Over-engineering)'가 될 수 있다. 변화가 거의 없는 확실한 부분은 구체 클래스에 의존하는 것이 나을 때도 있다.
## 🔗 지식 연결 (Graph)
- Related: [[SOLID-Principles]] , [[Dependency-Injection]]
- Part of: [[Clean-Architecture]]
- Related: SOLID-Principles , [[Dependency-Injection]]
- Part of: Clean-Architecture