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, SOLID, ISP, CleanCode]
last_reinforced: 2026-04-20
---
# [[Interface-Segregation-Principle]] (인터페이스 분리 원칙)
# [[Interface-Segregation-Principle|Interface-Segregation-Principle]] (인터페이스 분리 원칙)
## 📌 한 줄 통찰 (The Karpathy Summary)
> "쓰지도 않는 기능이 담긴 거대한 리모컨은 필요 없다." 자신이 사용하지 않는 메서드에 의존하도록 강제해서는 안 되며, 인터페이스는 구체적이고 작게 쪼개져야 한다는 원칙이다.