[G1-Sync] Manual knowledge update

This commit is contained in:
Antigravity Agent
2026-04-30 22:42:02 +09:00
parent 0bd4f19e38
commit c36c0644a1
4888 changed files with 18470 additions and 18602 deletions
@@ -1,6 +1,6 @@
---
id: P-REINFORCE-AI-ISP-DDD
category: "10_Wiki/💡 Topics/Software Architecture"
id: [[P-Reinforce]]-AI-ISP-DDD
category: "10_Wiki/💡 Topics/Software [[Architecture]]"
confidence_score: 0.97
tags: [ISP, DDD, Bounded Context, SOLID]
last_reinforced: 2026-04-20
@@ -14,7 +14,7 @@ last_reinforced: 2026-04-20
## 📖 구조화된 지식 (Synthesized Content)
- **Domain-Specific Interfaces**:
- 하나의 거대한 레포지토리 인터페이스 대신, 각 바운디드 컨텍스트가 필요로 하는 메서드만 정의된 작은 인터페이스로 쪼갠다.
- **Decoupling Boundaries**:
- **Decoupling [[Boundaries]]**:
- 결제 맥락(Payment Context)은 유저 맥락(User Context)의 전체 정보를 알 필요가 없다. 결제에 필요한 최소한의 인터페이스만 노출시켜 변경에 강한 구조를 만든다.
- **Adhering to SOLID**:
- ISP를 준수함으로써 하나의 변화가 시스템 전체로 전파되는 '버터플라이 이펙트'를 제어한다.
@@ -24,4 +24,4 @@ last_reinforced: 2026-04-20
## 🔗 지식 연결 (Graph)
- Related: Bounded-Contexts , [[Clean-Architecture-Implementation]]
- Principles: [[React_Clean_Code_Best_Practices]]
- [[Principles]]: [[React_Clean_Code_Best_Practices]]