[G1-Sync] Manual knowledge update

This commit is contained in:
Antigravity Agent
2026-04-30 22:42:02 +09:00
parent 0bd4f19e38
commit c36c0644a1
4888 changed files with 18470 additions and 18602 deletions
@@ -1,10 +1,10 @@
---
id: P-REINFORCE-AUTO-E2B9C7
id: [[P-Reinforce]]-AUTO-E2B9C7
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)"
github_commit: "[P-Reinforce] Continuous Worker - 의존성 역전 (Dependency [[Inversion]])"
---
# [[의존성 역전 (Dependency Inversion)]]
@@ -23,8 +23,8 @@ 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]]), [[관심사의 분리 ([[Separation of Concerns]])]], [[의존성 주입 (Dependency Injection)]], 인터페이스 (Interfaces)
- **Projects/Contexts:** [[클린 아키텍처 (Clean [[Architecture]])]], [[객체 지향 프로그래밍 (OOP)]]
- **Contradictions/Notes:** 의존성 역전은 시스템의 분리와 모듈성을 극대화하지만, 아키텍처 경계를 더 단순하게 구현하기 위해 퍼사드(Facade) 패턴과 같은 부분적 경계를 채택할 경우에는 의존성 역전의 이점이 일부 희생될 수 있다 [8].
---