feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup

This commit is contained in:
2026-04-27 18:58:22 +09:00
parent 3424166ea2
commit 6b86b0da4c
2706 changed files with 9074 additions and 7273 deletions
@@ -1,6 +1,6 @@
---
id: P-REINFORCE-AI-ENCAPSULATION
category: "[[10_Wiki/💡 Topics/AI]]"
category: "10_Wiki/💡 Topics/AI"
confidence_score: 1.00
tags: [OOP, SoftwareDesign, Encapsulation, InformationHiding]
last_reinforced: 2026-04-20
@@ -22,5 +22,5 @@ last_reinforced: 2026-04-20
- 캡슐화가 너무 과하면 지나친 추상화로 인해 코드가 복잡해지는 '추상 공해'가 발생한다. 무늬만 캡슐화인 단순 Getter/Setter 남발은 지양해야 한다. 최근 함수형 프로그래밍의 부상으로 데이터(Record)와 로직(Function)을 다시 분리하는 경향도 있으나, 대규모 시스템의 복잡도 제어에는 여전히 필수적인 개념이다.
## 🔗 지식 연결 (Graph)
- Related: [[Object-Oriented-Programming (OOP)]] , [[SoC (Separation of Concerns)]]
- Practice: [[Getter-Setter-Abuse]]
- Related: Object-Oriented-Programming (OOP) , SoC (Separation of Concerns)
- Practice: Getter-Setter-Abuse