Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Entity
- AWS
- spring kafka
- CodePipeline
- K8s
- mysql
- cd
- offsetdatetime
- centos7
- API
- CI
- mirror maker2
- PAGING
- Streams
- JPA
- consumer
- ECS
- kafka
- QueryDSL
- Kubernetes
- Kotlin
- bean
- git
- transactionaleventlistener
- topic생성
- entity graph
- producer
- Spring JPA
- Spring Data JPA
- spring
Archives
- Today
- Total
목록객체지향설계 (1)
Yebali

SOLID란? SOLID란 좋은 객체지향 설계를 위한 5가지 원칙을 일컫는 말이다. 5가지 원칙은 아래와 같다. SRP: 단일 책임 원칙(Single responsibility principle) OCP: 개방-폐쇄 원칙(Open/closed principle) LSP: 리스코프 치환 원칙(Liskov substitution principle) ISP: 인터페이스 분리 원칙(Interface segregation principle) DIP: 의존관계 역전 원칙(Dependency inversion principle) SRP : 단일 책임 원칙 (Single Responsibility Principle) 단일 책임 원칙이란 모든 클래스는 하나의 책임만 가지며, 클래스는 그 책임을 완전히 캡슐화해야 함을 일..
설계
2021. 9. 28. 22:36