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
+3 -3
View File
@@ -1,6 +1,6 @@
---
id: P-REINFORCE-AI-DEPENDENCY-INJECTION
category: "[[10_Wiki/💡 Topics/AI]]"
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.99
tags: [SoftwareEngineering, Patterns, DI, Decoupling]
last_reinforced: 2026-04-20
@@ -25,5 +25,5 @@ last_reinforced: 2026-04-20
- DI 프레임워크(Spring, NestJS 등)를 과도하게 사용하면 의존성 그래프가 너무 복잡해져 런타임 성능에 영향을 주거나 디버깅이 어려워지는 'DI 지옥'에 빠질 수 있다. 객체 간의 관계가 명확할 때는 과도한 추상화보다 직관적인 구성을 고려해야 한다.
## 🔗 지식 연결 (Graph)
- Related: [[Dependency-Inversion-Principle]] , [[Inversion-of-Control (IoC)]]
- Pattern: [[Factory-Method-Pattern]]
- Related: [[Dependency-Inversion-Principle]] , Inversion-of-Control (IoC)
- Pattern: Factory-Method-Pattern