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
+3 -3
View File
@@ -6,7 +6,7 @@ tags: [SoftwareEngineering, Modularization, Architecture, Separation]
last_reinforced: 2026-04-20
---
# [[Modular-Programming]] (모듈형 프로그래밍)
# [[Modular-Programming|Modular-Programming]] (모듈형 프로그래밍)
## 📌 한 줄 통찰 (The Karpathy Summary)
> "레고 블록처럼 독립적이고 교체 가능한 부품들의 집합체." 거대한 시스템을 작고 관리 가능한 단위(모듈)로 쪼개어, 각 모듈이 하나의 명확한 역할만 수행하게 함으로써 복잡성을 다루는 가장 근본적인 전략이다.
@@ -25,5 +25,5 @@ last_reinforced: 2026-04-20
- 너무 잘게 쪼개면 '모듈 간 통신 비용(Latentcy, Complexity)'이 관리 비용보다 커지는 **'나노서비스'**의 함정에 빠진다. "어디까지 쪼갤 것인가"는 정답이 없으며, 프로젝트의 규모와 팀의 소통 능력에 따라 유동적으로 결정해야 하는 '엔지니어링적 감각'의 영역이다.
## 🔗 지식 연결 (Graph)
- Related: [[Loose-Coupling]] , Single-Responsibility-Principle (SRP)
- Result: [[Microservices-Architecture]]
- Related: [[Loose-Coupling|Loose-Coupling]] , Single-Responsibility-Principle (SRP)
- Result: [[Microservices-Architecture|Microservices-Architecture]]