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-E5B908
category: "[[10_Wiki/💡 Topics/Programming & Language]]"
category: "10_Wiki/💡 Topics/Programming & Language"
confidence_score: 0.90
tags: [auto-reinforced]
last_reinforced: 2026-04-20
@@ -27,11 +27,11 @@ github_commit: "[P-Reinforce] Continuous Worker - 에일리어싱 (Aliasing)"
- **정책 변화:** Programming & Language 분야의 자동 자산화 수행.
## 🔗 지식 연결 (Graph)
- **Related Topics:** [[Type Alias (타입 별칭)]], [[Readonly]], [[Opaque Types (불투명 타입)]]
- **Projects/Contexts:** [[TypeScript의 불변성(Immutability) 관리]], [[인터페이스와 타입 별칭 비교(Interface vs Type)]]
- **Related Topics:** Type Alias (타입 별칭), [[Readonly]], Opaque Types (불투명 타입)
- **Projects/Contexts:** TypeScript의 불변성(Immutability) 관리, 인터페이스와 타입 별칭 비교(Interface vs Type)
- **Contradictions/Notes:** TypeScript의 `readonly`는 컴파일 타임에 불변성을 제공하는 강력한 도구이지만, 에일리어싱을 통해 데이터가 가변 매개변수로 전달될 경우에는 컴파일러가 이를 잡아내지 못하여 데이터가 수정될 수 있다는(얕은 불변성) 근본적인 한계를 지닙니다 [2, 6].
---
*Last updated: 2026-04-18*
- Raw Source: [[00_Raw/2026-04-20/에일리어싱 (Aliasing).md]]
---