docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
@@ -6,7 +6,7 @@ tags: [Clean Architecture, Implementation, Layering, SOLID]
last_reinforced: 2026-04-20
---
# [[Clean-Architecture-Implementation]] (클린 아키텍처 구현)
# [[Clean-Architecture-Implementation|Clean-Architecture-Implementation]] (클린 아키텍처 구현)
## 📌 한 줄 통찰 (The Karpathy Summary)
> "데이터베이스나 프레임워크는 세부 사항일 뿐이다." 비즈니스 규칙(Domain)을 외부 세계로부터 철저히 격리하여 평생 변하지 않는 단단한 원핵(Core)을 유지하는 아키텍처다.
@@ -26,5 +26,5 @@ last_reinforced: 2026-04-20
- 작은 프로젝트에 클린 아키텍처를 도입하는 것은 '보일러플레이트 지옥'을 초래할 수 있다. 소규모일 땐 생산성을 챙기고, 코드 베이스가 1만 라인을 넘어가는 시점부터 점진적으로 레이어를 분리하는 **'점진적 아키텍처링'**이 실무에서 더 선호된다.
## 🔗 지식 연결 (Graph)
- Related: [[Separation_of_Concerns]] , [[Domain-Driven Design (DDD)]]
- Foundation: [[React_Clean_Code_Best_Practices]]
- Related: [[Separation_of_Concerns|Separation_of_Concerns]] , [[Domain-Driven Design (DDD)|Domain-Driven Design (DDD)]]
- Foundation: [[React_Clean_Code_Best_Practices|React_Clean_Code_Best_Practices]]