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: [ISP, DDD, Bounded Context, SOLID]
last_reinforced: 2026-04-20
---
# [[Bounded-Contexts-and-Interface-Segregation]] (맥락 분리와 인터페이스 격리)
# [[Bounded-Contexts-and-Interface-Segregation|Bounded-Contexts-and-Interface-Segregation]] (맥락 분리와 인터페이스 격리)
## 📌 한 줄 통찰 (The Karpathy Summary)
> "내가 쓰지 않는 기능에 의존하지 마라." 객체 지향의 ISP(인터페이스 분리 원칙)를 도메인 레벨(DDD)로 확장하여 시스템 간의 불필요한 결합을 원천 차단하는 설계 패턴이다.
@@ -23,5 +23,5 @@ last_reinforced: 2026-04-20
- 인터페이스를 과도하게 분리하면 '관리 포인트'가 늘어난다. 실제 의존성이 발생하지 않는 단순 조회(CRUD) 시스템에서는 과도한 격리보다 단순한 데이터 모델 공유가 더 효율적일 수 있다.
## 🔗 지식 연결 (Graph)
- Related: Bounded-Contexts , [[Clean-Architecture-Implementation]]
- Principles: [[React_Clean_Code_Best_Practices]]
- Related: Bounded-Contexts , [[Clean-Architecture-Implementation|Clean-Architecture-Implementation]]
- Principles: [[React_Clean_Code_Best_Practices|React_Clean_Code_Best_Practices]]