docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
id: [[P-Reinforce]]-CODING-001
|
||||
id: [[P-Reinforce|P-Reinforce]]-CODING-001
|
||||
category: "10_Wiki/💡 Topics/Coding"
|
||||
confidence_score: 0.92
|
||||
tags: [coding, ast, compiler]
|
||||
@@ -25,5 +25,5 @@ github_commit: "batch-reinforce-01"
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- **Parent:** 10_Wiki/💡 Topics/Coding
|
||||
- **Related:** [[CST]], [[Parser]], Visitor-Pattern
|
||||
- **Raw Source:** 00_Raw/2026-04-20/[[Abstract-Syntax-Tree-Traversal]].md
|
||||
- **Related:** [[CST|CST]], [[Parser|Parser]], Visitor-Pattern
|
||||
- **Raw Source:** 00_Raw/2026-04-20/[[Abstract-Syntax-Tree-Traversal|Abstract-Syntax-Tree-Traversal]].md
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
id: [[P-Reinforce]]-CODING-002
|
||||
id: [[P-Reinforce|P-Reinforce]]-CODING-002
|
||||
category: "10_Wiki/💡 Topics/Coding"
|
||||
confidence_score: 0.95
|
||||
tags: [coding, cst, compiler, parsing]
|
||||
@@ -7,7 +7,7 @@ last_reinforced: 2026-04-20
|
||||
github_commit: "batch-reinforce-06"
|
||||
---
|
||||
|
||||
# [[Concrete Syntax Tree (CST)]]
|
||||
# [[Concrete Syntax Tree (CST)|Concrete Syntax Tree (CST]]
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> 소스 코드의 문법적 구조를 생략 없이 문자 그대로 담아내어, 텍스트와 의미 사이의 가교 역할을 하는 정밀한 기록.
|
||||
@@ -25,5 +25,5 @@ github_commit: "batch-reinforce-06"
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- **Parent:** 10_Wiki/💡 Topics/Coding
|
||||
- **Related:** [[AST_Traversal]], [[Parser]], [[Formatting]]-Tools
|
||||
- **Raw Source:** 00_Raw/2026-04-20/[[Concrete Syntax Tree (CST)]].md
|
||||
- **Related:** [[AST_Traversal|AST_Traversal]], Parser, [[Formatting|Formatting]]-Tools
|
||||
- **Raw Source:** 00_Raw/2026-04-20/[[Concrete Syntax Tree (CST)|Concrete Syntax Tree (CST]].md
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
id: [[P-Reinforce]]-CODING-004
|
||||
id: [[P-Reinforce|P-Reinforce]]-CODING-004
|
||||
category: "10_Wiki/💡 Topics/Coding"
|
||||
confidence_score: 0.93
|
||||
tags: [coding, formatting, style-guide, standard]
|
||||
@@ -7,7 +7,7 @@ last_reinforced: 2026-04-20
|
||||
github_commit: "batch-reinforce-07"
|
||||
---
|
||||
|
||||
# [[Code Formatting]] (코드 정제 표준)
|
||||
# [[Code Formatting|Code Formatting]] (코드 정제 표준)
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> 코드의 의미를 바꾸지 않으면서 가독성과 협업의 효율성을 극대화하는 '시각적 문법'의 정립.
|
||||
@@ -15,7 +15,7 @@ github_commit: "batch-reinforce-07"
|
||||
## 📖 구조화된 지식 (Synthesized Content)
|
||||
- **추출된 패턴:** CST(구체 구문 트리)의 정보를 보존하며 통일된 스타일 가이드에 따라 텍스트 배치를 재정렬하는 서식화 패턴.
|
||||
- **세부 내용:**
|
||||
- [[Prettier]], [[ESLint]] 등 도구를 활용한 자동화된 스타일 교정.
|
||||
- [[Prettier|Prettier]], [[ESLint|ESLint]] 등 도구를 활용한 자동화된 스타일 교정.
|
||||
- 들여쓰기, 개행 규칙, 식별자 명명 규칙 등 팀 내 합의된 표준 준수.
|
||||
- 코드 리뷰 시 로직에 집중할 수 있도록 서식 관련 논쟁 원천 차단.
|
||||
|
||||
@@ -25,5 +25,5 @@ github_commit: "batch-reinforce-07"
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- **Parent:** 10_Wiki/💡 Topics/Coding
|
||||
- **Related:** [[CST]], Linting, Clean-Code
|
||||
- **Related:** [[CST|CST]], Linting, Clean-Code
|
||||
- **Raw Source:** 00_Raw/2026-04-20/Code Formatting.md
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# Index: Topics > Coding
|
||||
|
||||
## 📝 Documents
|
||||
- [[AST_Traversal]]
|
||||
- [[CST]]
|
||||
- [[Formatting]]
|
||||
- [[Parser]]
|
||||
- [[AST_Traversal|AST_Traversal]]
|
||||
- [[CST|CST]]
|
||||
- [[Formatting|Formatting]]
|
||||
- [[Parser|Parser]]
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
id: [[P-Reinforce]]-CODING-003
|
||||
id: [[P-Reinforce|P-Reinforce]]-CODING-003
|
||||
category: "10_Wiki/💡 Topics/Coding"
|
||||
confidence_score: 0.97
|
||||
tags: [coding, scaling, compiler, parser, typescript]
|
||||
@@ -25,5 +25,5 @@ github_commit: "batch-reinforce-07"
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- **Parent:** 10_Wiki/💡 Topics/Coding
|
||||
- **Related:** [[AST_Traversal]], [[CST]], TypeScript-[[Architecture]]
|
||||
- **Related:** [[AST_Traversal|AST_Traversal]], CST, TypeScript-[[Architecture|Architecture]]
|
||||
- **Raw Source:** 00_Raw/2026-04-20/TypeScript-Compiler-Architecture.md
|
||||
|
||||
Reference in New Issue
Block a user