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-AUTO-AB1669
category: "[[10_Wiki/💡 Topics/Programming & Language]]"
category: "10_Wiki/💡 Topics/Programming & Language"
confidence_score: 0.90
tags: [auto-reinforced]
last_reinforced: 2026-04-20
@@ -24,10 +24,10 @@ github_commit: "[P-Reinforce] Continuous Worker - 식별 가능한 유니온"
## 🔗 지식 연결 (Graph)
- **Related Topics:** [[타입 좁히기(Type Narrowing)]], [[완전성 검사(Exhaustiveness Checking)]], [[never 타입]]
- **Projects/Contexts:** [[상태 머신(State Machine)]], [[API 응답 처리(API Response Handling)]]
- **Projects/Contexts:** 상태 머신(State Machine), API 응답 처리(API Response Handling)
- **Contradictions/Notes:** 소스 간의 직접적인 모순은 없으나, 주의 사항이 존재한다. 식별 가능한 유니온 분기 처리를 더 선언적이고 안전하게 작성하기 위해 `ts-pattern`과 같은 패턴 매칭 라이브러리를 활용할 수 있지만, 자바스크립트의 기본 제어 구조인 `if/else``switch` 문에 비해 심각한 성능 저하(약 99% 연산 감소)를 일으킬 수 있으므로 무분별한 사용은 지양하고 상황에 맞는 도구를 선택해야 한다 [19, 20].
---
*Last updated: 2026-04-18*
- Raw Source: [[00_Raw/2026-04-20/식별 가능한 유니온.md]]
---