Wikify: Auto-link 118 orphaned topics using semantic keyword matching

This commit is contained in:
Antigravity Agent
2026-05-03 00:02:32 +09:00
parent 303b01b228
commit e49221df53
119 changed files with 1050 additions and 87 deletions
+16
View File
@@ -23,6 +23,22 @@ React Component Design은 인터페이스 요소를 구조화하여 확장성,
- **설계 시간 비용**: 확장을 고려한 OCP 설계는 초기 개발 시간을 증가시키며, 실제로 발생하지 않을 확장을 대비하는 과잉 엔지니어링(YAGNI 위반)이 될 위험이 있다.
## 🔗 Knowledge Connections
### Related Concepts (Auto-Linked)
* [[Atomic Design]]
* [[Boundaries]]
* [[Custom_Hooks]]
* [[Design_Systems]]
* [[Error Boundaries]]
* [[Feature-Sliced_Design]]
* [[Principles]]
* [[Prop Drilling]]
* [[React]]
* [[React Server Components]]
* [[Research]]
* [[SOLID_Principles]]
* [[Separation_of_Concerns]]
* [[Server Components]]
### Related Concepts
- **SOLID Principles**: 고품질 컴포넌트 설계의 기준 (관계: 설계 원칙)
- **Custom Hooks**: 로직 분리와 재사용의 핵심 도구 (관계: 실천 수단)