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
@@ -19,6 +19,16 @@
- **초기 설계 비용**: 확장을 고려한 인터페이스 설계는 초기 개발 시간을 더 많이 소요하게 만들며, 미래에 발생하지 않을 확장을 대비하는 YAGNI 위반 가능성이 존재한다.
## 🔗 Knowledge Connections
### Related Concepts (Auto-Linked)
* [[CSS-in-JS]]
* [[Inversion]]
* [[Principles]]
* [[Prop Drilling]]
* [[Render_Props]]
* [[Research]]
* [[SOLID_Principles]]
* [[Strategy]]
### Related Concepts
- **Component Composition**: OCP를 실현하는 React의 핵심 기술 (관계: 실천 방법)
- **SOLID Principles**: OCP를 포함한 5대 설계 원칙 (관계: 상위 철학)