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-9D4394
category: "[[10_Wiki/💡 Topics/Programming & Language]]"
category: "10_Wiki/💡 Topics/Programming & Language"
confidence_score: 0.90
tags: [auto-reinforced]
last_reinforced: 2026-04-20
@@ -25,11 +25,11 @@ github_commit: "[P-Reinforce] Continuous Worker - 의존성 역전 원칙 (Depen
- **정책 변화:** Programming & Language 분야의 자동 자산화 수행.
## 🔗 지식 연결 (Graph)
- **Related Topics:** [[SOLID 원칙]], [[의존성 주입(Dependency Injection)]], [[인터페이스(Interfaces)]], [[관심사 분리(Separation of Concerns, SoC)]]
- **Projects/Contexts:** [[객체 지향 프로그래밍(OOP)]], [[소프트웨어 아키텍처(Software Architecture)]], [[클린 아키텍처(Clean Architecture)]]
- **Related Topics:** [[SOLID 원칙]], 의존성 주입(Dependency Injection), 인터페이스(Interfaces), 관심사 분리(Separation of Concerns, SoC)
- **Projects/Contexts:** [[객체 지향 프로그래밍(OOP)]], 소프트웨어 아키텍처(Software Architecture), [[클린 아키텍처(Clean Architecture)]]
- **Contradictions/Notes:** 관심사 분리(SoC)와 의존성 역전 원칙(DIP)은 서로를 보완하는 설계 원칙이나 초점이 다릅니다. SoC는 관심사에 따른 코드의 구성과 격리에 집중하는 반면, DIP는 계층 간(상하위 모듈 간)의 디커플링에 목적을 둡니다 [9]. 또한, 퍼사드 패턴(Facade Pattern)과 같이 단순화된 경계를 구축하는 상황에서는 때에 따라 의존성 역전(DIP)의 이점이 희생될 수도 있습니다 [10].
---
*Last updated: 2026-04-18*
- Raw Source: [[00_Raw/2026-04-20/의존성 역전 원칙 (Dependency Inversion Principle, DIP).md]]
---