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, AntiPattern, CleanCode, Refactoring]
last_reinforced: 2026-04-20
---
# [[God-Object-Antipattern]] (신 객체 안티패턴)
# [[God-Object-Antipattern|God-Object-Antipattern]] (신 객체 안티패턴)
## 📌 한 줄 통찰 (The Karpathy Summary)
> "모든 것을 알고, 모든 것을 하려다 결국 아무것도 못 하게 만드는 거대 클래스의 재앙." 단일 책임 원칙(SRP)을 무시하고 너무 많은 기능을 한 클래스에 몰아넣어, 유지보수가 불가능한 '블랙홀' 같은 코드를 만드는 현상이다.