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-TS-EXCESS-PROPERTITY
category: "[[10_Wiki/💡 Topics/AI]]"
category: "10_Wiki/💡 Topics/AI"
confidence_score: 1.00
tags: [TypeScript, Programming, TypeSafety, ErrorHandling]
last_reinforced: 2026-04-20
@@ -23,5 +23,5 @@ last_reinforced: 2026-04-20
- 이 기능은 때때로 "덕 타이핑(Duck Typing)이라며 왜 안 돼?"라며 초보자들을 당황하게 만든다. 하지만 이는 리터럴 객체 생성 시 발생할 수 있는 오타(예: `colour` vs `color`)를 런타임 이전 단계에서 원천 봉쇄하기 위한 의도적인 설계다.
## 🔗 지식 연결 (Graph)
- Related: [[Structural-Typing-vs-Nominal-Typing]] , [[TypeScript-Best-Practices]]
- Concept: [[Type-Guard]]
- Related: Structural-Typing-vs-Nominal-Typing , TypeScript-Best-Practices
- Concept: Type-Guard