docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
@@ -1,13 +1,13 @@
---
id: P-REINFORCE-AUTO-E2B9C7
category: "[[10_Wiki/💡 Topics/Programming & Language]]"
category: "10_Wiki/💡 Topics/Programming & Language"
confidence_score: 0.90
tags: [auto-reinforced]
last_reinforced: 2026-04-20
github_commit: "[P-Reinforce] Continuous Worker - 의존성 역전 (Dependency Inversion)"
---
# [[의존성 역전 (Dependency Inversion)]]
# [[의존성 역전 (Dependency Inversion)|의존성 역전 (Dependency Inversion)]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> 의존성 역전(Dependency Inversion)은 고수준 모듈이 저수준 모듈에 의존하지 않도록 두 모듈 모두 추상화(인터페이스 등)에 의존하게 만드는 소프트웨어 설계 원칙이다 [1, 2]. 이는 세부 사항이 추상화에 의존하게 만듦으로써 시스템 구성 요소 간의 결합도를 낮추고 모듈성과 유연성을 극대화한다 [2].
@@ -23,11 +23,11 @@ github_commit: "[P-Reinforce] Continuous Worker - 의존성 역전 (Dependency I
- **정책 변화:** Programming & Language 분야의 자동 자산화 수행.
## 🔗 지식 연결 (Graph)
- **Related Topics:** [[SOLID 원칙 (SOLID Principles)]], [[관심사의 분리 (Separation of Concerns)]], [[의존성 주입 (Dependency Injection)]], [[인터페이스 (Interfaces)]]
- **Projects/Contexts:** [[클린 아키텍처 (Clean Architecture)]], [[객체 지향 프로그래밍 (OOP)]]
- **Related Topics:** [[SOLID 원칙 (SOLID Principles)|SOLID 원칙 (SOLID Principles)]], [[관심사의 분리 (Separation of Concerns)|관심사의 분리 (Separation of Concerns)]], [[의존성 주입 (Dependency Injection)|의존성 주입 (Dependency Injection)]], 인터페이스 (Interfaces)
- **Projects/Contexts:** [[클린 아키텍처 (Clean Architecture)|클린 아키텍처 (Clean Architecture)]], [[객체 지향 프로그래밍 (OOP)|객체 지향 프로그래밍 (OOP)]]
- **Contradictions/Notes:** 의존성 역전은 시스템의 분리와 모듈성을 극대화하지만, 아키텍처 경계를 더 단순하게 구현하기 위해 퍼사드(Facade) 패턴과 같은 부분적 경계를 채택할 경우에는 의존성 역전의 이점이 일부 희생될 수 있다 [8].
---
*Last updated: 2026-04-18*
- Raw Source: [[00_Raw/2026-04-20/의존성 역전 (Dependency Inversion).md]]
- Raw Source: 00_Raw/2026-04-20/의존성 역전 (Dependency Inversion).md
---