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
@@ -21,6 +21,22 @@ Clean Code와 SOLID 원칙은 유지보수성, 가독성, 확장성을 확보하
- **오버엔지니어링의 위험**: YAGNI를 무시하고 설계한 '미래 대비용' 코드는 결국 사용되지 않는 'Dead Code'가 되어 시스템의 짐이 될 가능성이 높다.
## 🔗 Knowledge Connections
### Related Concepts (Auto-Linked)
* [[Custom_Hooks]]
* [[ESLint]]
* [[Engineering_Principles]]
* [[Feature-Sliced_Design]]
* [[Inversion]]
* [[Principles]]
* [[React]]
* [[Refactoring]]
* [[Refactoring Techniques]]
* [[Research]]
* [[Rule of Three]]
* [[SOLID_Principles]]
* [[Software Engineering Principles]]
* [[SonarQube]]
### Related Concepts
- **Component Composition**: OCP 실현의 핵심 (관계: 구현 패턴)
- **Custom Hooks**: DRY 및 SRP를 위한 물리적 단위 (관계: 실천 도구)