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
@@ -6,7 +6,7 @@ tags: [SoftwareEngineering, GraphTheory, Dependency, BuildSystem]
last_reinforced: 2026-04-20
---
# [[Dependency-Graph-Analysis]] (의존성 그래프 분석)
# [[Dependency-Graph-Analysis|Dependency-Graph-Analysis]] (의존성 그래프 분석)
## 📌 한 줄 통찰 (The Karpathy Summary)
> "코드가 서로를 어떻게 붙잡고 있는지 보여주는 엑스레이." 시스템의 구성 요소들 사이의 의존 관계를 유향 그래프(Directed Graph)로 모델링하여 구조적 취약점이나 빌드 순서를 파악하는 기술이다.
@@ -23,5 +23,5 @@ last_reinforced: 2026-04-20
- 현대의 대규모 마이크로서비스(MSA) 환경에서는 런타임 의존성이 너무 복잡하여 정적 분석만으로는 한계가 있다. 따라서 실제 트래픽 흐름을 분석하는 '분산 추적(Distributed Tracing)' 지표를 의존성 그래프에 결합하여 살아있는 시스템 지도를 만드는 방향으로 발전하고 있다.
## 🔗 지식 연결 (Graph)
- Related: [[Directed-Acyclic-Graph-Build-Systems]] , [[Dependency-Injection]]
- Related: [[Directed-Acyclic-Graph-Build-Systems|Directed-Acyclic-Graph-Build-Systems]] , [[Dependency-Injection|Dependency-Injection]]
- Concept: Cohesion-and-Coupling