[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
+3 -3
View File
@@ -1,8 +1,8 @@
---
id: P-REINFORCE-AI-MODULAR
id: [[P-Reinforce]]-AI-MODULAR
category: "10_Wiki/💡 Topics/AI"
confidence_score: 1.00
tags: [SoftwareEngineering, Modularization, Architecture, Separation]
tags: [SoftwareEngineering, Modularization, [[Architecture]], Separation]
last_reinforced: 2026-04-20
---
@@ -12,7 +12,7 @@ last_reinforced: 2026-04-20
> "레고 블록처럼 독립적이고 교체 가능한 부품들의 집합체." 거대한 시스템을 작고 관리 가능한 단위(모듈)로 쪼개어, 각 모듈이 하나의 명확한 역할만 수행하게 함으로써 복잡성을 다루는 가장 근본적인 전략이다.
## 📖 구조화된 지식 (Synthesized Content)
- **Principles of Modularity**:
- **[[Principles]] of [[Modularity]]**:
- **High Cohesion (고응집)**: 모듈 내부의 요소들은 서로 밀접하게 연관되어 있어야 함.
- **Low Coupling (저결합)**: 모듈 간의 연결은 최소화하고 명확한 통로(Interface)만 둬야 함.
- **Benefits**: