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-AUTO-BE99B2
category: "[[10_Wiki/💡 Topics/Programming & Language]]"
category: "10_Wiki/💡 Topics/Programming & Language"
confidence_score: 0.90
tags: [auto-reinforced]
last_reinforced: 2026-04-20
@@ -27,11 +27,11 @@ github_commit: "[P-Reinforce] Continuous Worker - 의존성 주입(DI)"
- **정책 변화:** Programming & Language 분야의 자동 자산화 수행.
## 🔗 지식 연결 (Graph)
- **Related Topics:** [[의존성 역전 원칙(DIP)]], [[결합도(Coupling)]], [[테스트 용이성(Testability)]], [[단일 책임 원칙(SRP)]]
- **Projects/Contexts:** [[Spring Framework]], [[ASP.NET Core]], [[Google ML 시스템]], [[계층형 아키텍처]], [[클린 아키텍처]]
- **Related Topics:** 의존성 역전 원칙(DIP), 결합도(Coupling), 테스트 용이성(Testability), [[단일 책임 원칙(SRP)]]
- **Projects/Contexts:** [[Spring Framework]], ASP.NET Core, Google ML 시스템, 계층형 아키텍처, [[클린 아키텍처]]
- **Contradictions/Notes:** 소스 전반에 걸쳐 의존성 주입은 시스템의 복잡도를 낮추고 모듈성을 높이는 긍정적인 기법으로 일관되게 권장되고 있으며, 상충하는 주장은 존재하지 않습니다. 다만 클린 아키텍처와 같은 구조에서는 의존성이 외부에서 내부로(저수준에서 고수준으로) 향하도록 의존성 규칙을 철저히 관리해야 한다고 강조합니다 [6, 10].
---
*Last updated: 2026-04-18*
- Raw Source: [[00_Raw/2026-04-20/의존성 주입(DI).md]]
---