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, LSP, OOP]
last_reinforced: 2026-04-20
---
# [[Liskov-Substitution-Principle]] (리스코프 치환 원칙)
# [[Liskov-Substitution-Principle|Liskov-Substitution-Principle]] (리스코프 치환 원칙)
## 📌 한 줄 통찰 (The Karpathy Summary)
> "자식은 언제든 부모의 자리를 완벽하게 대신할 수 있어야 한다." 자식 클래스는 부모 클래스의 기존 기능을 깨뜨리지 않고 확장해야 하며, 부모를 사용하는 코드는 자식이 누군지 몰라도 아무 문제 없이 작동해야 한다는 원칙이다.