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-LSP
category: "[[10_Wiki/💡 Topics/AI]]"
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.99
tags: [SoftwareEngineering, SOLID, LSP, OOP]
last_reinforced: 2026-04-20
@@ -21,5 +21,5 @@ last_reinforced: 2026-04-20
- LSP를 억지로 지키려다 보면 상속 구조가 복잡해지거나 추상화 단계가 너무 많아질 수 있다. 현대 소프트웨어 공학은 '상속(Inheritance)'보다는 **'조합(Composition)'**을 권장하며, 상속을 쓸 때는 인터페이스나 추상 클래스를 통해 최소한의 행동 규칙만 정의하는 방식으로 LSP 리스크를 회피한다.
## 🔗 지식 연결 (Graph)
- Related: [[SOLID-Principles]] , [[Composition-over-Inheritance]]
- Concept: [[Type-Safety]]
- Related: SOLID-Principles , Composition-over-Inheritance
- Concept: Type-Safety