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-A38513
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 Injection)"
---
# [[의존성 주입 (Dependency Injection)]]
# [[의존성 주입 (Dependency Injection)|의존성 주입 (Dependency Injection)]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> 의존성 주입(Dependency Injection, DI)은 모듈이 필요로 하는 의존성 객체를 내부에서 직접 생성하지 않고 외부로부터 제공(주입)받도록 설계하는 소프트웨어 패턴입니다 [1, 2]. 이 기법은 시스템 컴포넌트 간의 결합도를 낮추어 코드의 모듈화를 촉진하며 [2, 3], 궁극적으로 애플리케이션의 유지보수성과 테스트 용이성을 크게 향상시키는 데 목적이 있습니다 [3, 4].
@@ -28,11 +28,11 @@ github_commit: "[P-Reinforce] Continuous Worker - 의존성 주입 (Dependency I
- **정책 변화:** Programming & Language 분야의 자동 자산화 수행.
## 🔗 지식 연결 (Graph)
- **Related Topics:** [[의존성 역전 원칙 (Dependency Inversion Principle)]], [[느슨한 결합 (Loose Coupling)]], [[관심사의 분리 (Separation of Concerns)]], [[테스트 용이성 (Testability)]]
- **Projects/Contexts:** [[클린 아키텍처 (Clean Architecture)]], [[계층형 아키텍처 (Layered Architecture)]], [[Spring Framework]], [[ASP.NET Core]]
- **Related Topics:** [[의존성 역전 원칙 (Dependency Inversion Principle)|의존성 역전 원칙 (Dependency Inversion Principle)]], [[느슨한 결합 (Loose Coupling)|느슨한 결합 (Loose Coupling)]], [[관심사의 분리 (Separation of Concerns)|관심사의 분리 (Separation of Concerns)]], [[테스트 용이성 (Testability)|테스트 용이성 (Testability)]]
- **Projects/Contexts:** [[클린 아키텍처 (Clean Architecture)|클린 아키텍처 (Clean Architecture)]], [[계층형 아키텍처 (Layered Architecture)|계층형 아키텍처 (Layered Architecture)]], [[Spring Framework|Spring Framework]], [[ASP.NET Core|ASP.NET Core]]
- **Contradictions/Notes:** 제공된 모든 소스는 의존성 주입이 모듈 간의 결합도를 낮추고 테스트 용이성을 극대화한다는 점에서 일치된 견해를 보이고 있으며, 코드의 설계 단계부터 하드 코딩을 지양하고 의존성 주입을 염두에 둘 것을 공통적으로 강조하고 있습니다 [2, 9].
---
*Last updated: 2026-04-18*
- Raw Source: [[00_Raw/2026-04-20/의존성 주입 (Dependency Injection).md]]
- Raw Source: 00_Raw/2026-04-20/의존성 주입 (Dependency Injection).md
---