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-50EE48
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 - 느슨한 결합 (Loose Coupling)"
---
# [[느슨한 결합 (Loose Coupling)]]
# [[느슨한 결합 (Loose Coupling)|느슨한 결합 (Loose Coupling)]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> 느슨한 결합(Loose Coupling)은 소프트웨어 시스템에서 모듈이나 컴포넌트 간의 상호 의존성을 최소화하여 각 부분이 독립적으로 동작할 수 있도록 설계하는 원칙입니다 [1-3]. 이를 통해 한 모듈의 변경이 다른 모듈에 미치는 영향을 최소화하고, 시스템의 유지보수성과 확장성을 크게 향상시킬 수 있습니다 [4-6]. 종종 '높은 응집도(High Cohesion)'와 함께 언급되며, 소프트웨어 품질을 높이는 가장 핵심적인 척도 중 하나로 작용합니다 [5, 7].
@@ -32,11 +32,11 @@ github_commit: "[P-Reinforce] Continuous Worker - 느슨한 결합 (Loose Coupli
- **정책 변화:** Programming & Language 분야의 자동 자산화 수행.
## 🔗 지식 연결 (Graph)
- **Related Topics:** [[관심사의 분리 (Separation of Concerns)]], [[응집도 (Cohesion)]], [[의존성 주입 (Dependency Injection)]], [[이벤트 기반 아키텍처 (Event-Driven Architecture)]], [[단일 책임 원칙 (SRP)]]
- **Projects/Contexts:** [[마이크로서비스 아키텍처 (Microservices Architecture)]], [[클린 아키텍처 (Clean Architecture)]], [[계층화 아키텍처 (Layered Architecture)]]
- **Related Topics:** [[관심사의 분리 (Separation of Concerns)|관심사의 분리 (Separation of Concerns)]], [[응집도 (Cohesion)|응집도 (Cohesion)]], [[의존성 주입 (Dependency Injection)|의존성 주입 (Dependency Injection)]], [[이벤트 기반 아키텍처 (Event-Driven Architecture)|이벤트 기반 아키텍처 (Event-Driven Architecture)]], [[단일 책임 원칙 (SRP)|단일 책임 원칙 (SRP)]]
- **Projects/Contexts:** [[마이크로서비스 아키텍처 (Microservices Architecture)|마이크로서비스 아키텍처 (Microservices Architecture)]], [[클린 아키텍처 (Clean Architecture)|클린 아키텍처 (Clean Architecture)]], [[계층화 아키텍처 (Layered Architecture)|계층화 아키텍처 (Layered Architecture)]]
- **Contradictions/Notes:** 단순히 시스템을 마이크로서비스로 나눈다고 해서 결합이 완벽히 분리되는 것은 아니며, 네트워크상의 공유 자원이나 공통 데이터 구조에 의해 간접적으로 강하게 결합되는 '결합 분리의 오류'가 발생할 수 있습니다 [21]. 또한, 과도하게 세분화된 분리는 오히려 성능 오버헤드, 네트워크 통신 비용 증가 및 코드 추적의 복잡성을 초래할 수 있으므로 상황에 맞는 적절한 균형이 필요합니다 [22, 23].
---
*Last updated: 2026-04-18*
- Raw Source: [[00_Raw/2026-04-20/느슨한 결합 (Loose Coupling).md]]
- Raw Source: 00_Raw/2026-04-20/느슨한 결합 (Loose Coupling).md
---