docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
@@ -6,7 +6,7 @@ tags: [auto-reinforced, nodejs, typescript, software-engineering]
last_reinforced: 2026-04-20
---
# [[Nodejs-Global-Namespace-Augmentation]]
# [[Nodejs-Global-Namespace-Augmentation|Nodejs-Global-Namespace-Augmentation]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> "전역 공간의 안전한 확장: TypeScript 환경에서 Node.js의 `Global` 인터페이스를 확장하여, 타입 안정성을 유지하면서도 커스텀 전역 변수를 사용하는 기술적 '타협점'."
@@ -36,6 +36,6 @@ Node.js 전역 네임스페이스 확장(Global Namespace Augmentation)은 주
- **정책 변화(RL Update)**: 클린 코드 프린시플(Separation of Concerns)에 따라 전역 변수 사용은 점진적으로 지양되는 추세이나, 엔터프라이즈 급 대규모 모노레포에서는 공통 유틸리티의 타입 접근성을 위해 엄격한 거버넌스 하에 선택적으로 허용하는 정책을 취함.
## 🔗 지식 연결 (Graph)
- **Related**: [[TypeScript_Type_Safety]], Monorepo-Management, [[Separation_of_Concerns]], Modular Monolith
- **Related**: [[TypeScript_Type_Safety|TypeScript_Type_Safety]], Monorepo-Management, [[Separation_of_Concerns|Separation_of_Concerns]], Modular Monolith
- **Modern Tech/Tools**: TypeScript Declaration Merging, tsconfig paths.
---