docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
---
|
||||
id: P-REINFORCE-AUTO-FD8793
|
||||
category: "[[10_Wiki/💡 Topics/Design & Experience]]"
|
||||
category: "10_Wiki/💡 Topics/Design & Experience"
|
||||
confidence_score: 0.90
|
||||
tags: [auto-reinforced]
|
||||
last_reinforced: 2026-04-20
|
||||
github_commit: "[P-Reinforce] Continuous Worker - 인터페이스 분리 원칙 (Interface Segregation Principle)"
|
||||
---
|
||||
|
||||
# [[인터페이스 분리 원칙 (Interface Segregation Principle)]]
|
||||
# [[인터페이스 분리 원칙 (Interface Segregation Principle)|인터페이스 분리 원칙 (Interface Segregation Principle)]]
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> 인터페이스 분리 원칙(ISP)은 객체 지향 프로그래밍(OOP)을 위한 5가지 기본 설계 원칙인 SOLID 중 하나로, 로버트 C. 마틴(Robert C. Martin)에 의해 정립되었습니다 [1-3]. 이 원칙은 클라이언트가 자신이 사용하지 않는 인터페이스에 의존하도록 강요받아서는 안 된다는 것을 핵심으로 합니다 [2, 4]. 이를 달성하기 위해 하나의 크고 범용적인 인터페이스 대신, 작고 구체적이며 특화된 인터페이스를 여러 개 설계하는 것을 권장합니다 [2, 4].
|
||||
@@ -25,11 +25,11 @@ github_commit: "[P-Reinforce] Continuous Worker - 인터페이스 분리 원칙
|
||||
- **정책 변화:** Design & Experience 분야의 자동 자산화 수행.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- **Related Topics:** [[SOLID Principles]], [[Separation of Concerns (SoC)]], [[Object-Oriented Programming (OOP)]]
|
||||
- **Projects/Contexts:** [[Clean Architecture]], [[Software System Design]]
|
||||
- **Related Topics:** [[SOLID Principles|SOLID Principles]], [[관심사의 분리 (Separation of Concerns SoC)|Separation of Concerns (SoC)]], Object-Oriented Programming (OOP)
|
||||
- **Projects/Contexts:** [[Clean Architecture|Clean Architecture]], Software System Design
|
||||
- **Contradictions/Notes:** 주어진 소스 내에서 인터페이스 분리 원칙에 대한 모순된 주장은 발견되지 않으며, 모든 소스가 이 원칙이 관심사의 분리(SoC) 개념에 뿌리를 두고 있으며 모듈성과 시스템 유연성을 향상시킨다는 점에 동의하고 있습니다.
|
||||
|
||||
---
|
||||
*Last updated: 2026-04-18*
|
||||
- Raw Source: [[00_Raw/2026-04-20/인터페이스 분리 원칙 (Interface Segregation Principle).md]]
|
||||
- Raw Source: 00_Raw/2026-04-20/인터페이스 분리 원칙 (Interface Segregation Principle).md
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user