1.2 KiB
1.2 KiB
id, title, category, status, canonical_id, duplicate_of, aliases, source_trust_level, confidence_score, verification_status, tags, last_reinforced, github_commit
| id | title | category | status | canonical_id | duplicate_of | aliases | source_trust_level | confidence_score | verification_status | tags | last_reinforced | github_commit | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| wiki-2026-0508-완전성-검사-exhaustiveness-checking | 완전성 검사(Exhaustiveness Checking) | 10_Wiki/Topics | duplicate | exhaustiveness-checking | Exhaustiveness Checking | A | 0.9 | redirected |
|
2026-05-10 | pending |
완전성 검사(Exhaustiveness Checking)
이 문서는 Exhaustiveness Checking 의 중복본입니다. Canonical 문서로 redirect.
매 핵심 요약 (specialization)
- 매 discriminated union 의 매 case 를 매 모두 처리 했는지 compile-time 에 검사.
- 매 TypeScript pattern:
nevertype 의 사용 — 매 default case 의assertNever(x). - 매 modern (TS 5.x): 매
switch (true)narrowing, 매 ts-pattern 라이브러리.
🔗 Graph
- 부모: Exhaustiveness Checking (canonical)
- Adjacent: Discriminated Union · Never Type · Pattern Matching
🕓 변경 이력
| 날짜 | 변경 |
|---|---|
| 2026-05-08 | Phase 1 |
| 2026-05-10 | 중복 처리 — canonical 문서로 redirect |