-
Notifications
You must be signed in to change notification settings - Fork 1
Software Engineering
Jaeyoung Lee edited this page Jun 21, 2024
·
1 revision
- Single Responsibility Principle (단일 책임 원칙, SRP)
- Open-Closed Principle (개발 폐쇄 원칙, OCP)
- Liskov Substituion Principle (리스코프 치환 원칙, LSP)
- Interface Segregation Principle (인터페이스 분리 원칙, ISP)
- Dependency Inversion Principle (의존 역전 원칙, DIP)