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
+2 -2
View File
@@ -1,6 +1,6 @@
---
id: P-REINFORCE-AI-LOOSE-COUPLING
category: "[[10_Wiki/💡 Topics/AI]]"
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.99
tags: [SoftwareEngineering, Architecture, LooseCoupling, Flexibility]
last_reinforced: 2026-04-20
@@ -23,5 +23,5 @@ last_reinforced: 2026-04-20
- 느슨한 결합을 추구하다 보면 코드의 가독성이 떨어지고(인터페이스를 따라 여러 파일을 뒤져야 함), 시스템 전체의 흐름을 한눈에 파악하기 힘든 '간접화의 저주'에 빠질 수 있다. 로직이 아주 단순하다면 과도한 격리보다는 적절한 결합이 생산성에 더 나을 수 있다는 실용주의적 균형이 필요하다.
## 🔗 지식 연결 (Graph)
- Related: [[Dependency-Injection]] , [[Inversion-of-Control (IoC)]]
- Related: [[Dependency-Injection]] , Inversion-of-Control (IoC)
- Fundamental: [[Modular-Programming]]