[G1-Sync] Manual knowledge update

This commit is contained in:
Antigravity Agent
2026-04-30 22:42:02 +09:00
parent 0bd4f19e38
commit c36c0644a1
4888 changed files with 18470 additions and 18602 deletions
@@ -1,5 +1,5 @@
---
id: P-REINFORCE-AUTO-9B5D9F
id: [[P-Reinforce]]-AUTO-9B5D9F
category: "10_Wiki/💡 Topics/Programming & Language"
confidence_score: 0.90
tags: [auto-reinforced]
@@ -30,7 +30,7 @@ github_commit: "[P-Reinforce] Continuous Worker - 도메인 기반 설계 (DDD)
- **정책 변화:** Programming & Language 분야의 자동 자산화 수행.
## 🔗 지식 연결 (Graph)
- **Related Topics:** [[브랜디드 타입 (Branded Types)]], [[기본 타입에의 집착 (Primitive Obsession)]], 구조적 타이핑 (Structural Typing), Parse, Don't Validate
- **Related Topics:** [[브랜디드 타입 (Branded Types)]], [[기본 타입에의 집착 (Primitive Obsession)]], 구조적 타이핑 ([[Structural Typing]]), Parse, Don't Validate
- **Projects/Contexts:** UserId와 OrderId의 엄격한 분리 모델링, Zod 라이브러리를 활용한 런타임 데이터 파싱
- **Contradictions/Notes:** TypeScript 자체는 형태를 기준으로 하는 구조적 타이핑 언어이지만, 도메인 주도 설계에서 데이터 오염을 완벽히 차단하기 위해서는 오히려 명목적 타이핑(Nominal Typing)의 특성을 브랜디드 타입이라는 우회적 방법론으로 모방하여 사용해야 합니다 [1, 4].