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 |
Tags
- Cloud Storage
- 리버스 프록시
- Solution Architect
- 아마존웹서비스
- VPC
- Google Cloud
- Google Cloud Platform
- Cloud Bigtable
- Reverse Proxy
- Cloud Datastore
- gcp
- Cloud SQL
- 앤서블
- container
- Amazon Web Service
- GKE
- AWS Database
- kubernetes
- playbook
- Google Cloud Platorm
- Google Cloud Platrofm
- AWS 자격증
- AWS Certificate
- Kubernetes Engine
- AWS
- Compute Engine
- Solution Architect Certificate
- ansible
- AWS Solution Architect
- Cloud Spanner
Archives
- Today
- Total
sungwony
[디자인패턴] Decorate Pattern 본문
핵심은 구조를 건들지 않고 Original 클래스를 Decorate 하여 기능을 확장하는 것으로 보인다. 확실히 얻을 수 있는 이점은 기존의 구조에 전혀 손을대지 않아도 된다는 것. 단점으로는 이런식으로 계속해서 Decorator 클래스를 추가하다보면 관리해야하는 클래스의 수가 많아진다는 것이다.
'development > 디자인패턴' 카테고리의 다른 글
[디자인패턴] 디자인패턴 입문 - OOP&UML (0) | 2018.07.11 |
---|---|
[디자인패턴]Template Method Pattern (0) | 2018.05.16 |
[디자인패턴] Observer pattern (0) | 2018.05.14 |
[디자인패턴] GoF 디자인패턴 (0) | 2018.04.23 |
[디자인패턴] 디자인패턴 입문 - SOLID원칙 (0) | 2018.04.20 |