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: [OOP, SoftwareDesign, Encapsulation, InformationHiding]
last_reinforced: 2026-04-20
---
# [[Encapsulation-and-Information-Hiding]] (캡슐화와 정보 은닉)
# [[Encapsulation-and-Information-Hiding|Encapsulation-and-Information-Hiding]] (캡슐화와 정보 은닉)
## 📌 한 줄 통찰 (The Karpathy Summary)
> "내부 부품은 숨기고 조작 핸들만 노출하라." 데이터와 그 데이터를 조작하는 메서드를 하나로 묶고, 외부에서 직접적인 접근을 제한하여 객체의 무결성을 보호하고 결합도를 낮추는 객체지향의 핵심 원칙이다.