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 | 31 |
Tags
- 아마존웹서비스
- Solution Architect
- AWS Solution Architect
- 리버스 프록시
- VPC
- Google Cloud Platorm
- Solution Architect Certificate
- ansible
- Amazon Web Service
- Compute Engine
- gcp
- AWS Database
- Cloud Spanner
- Cloud Bigtable
- Kubernetes Engine
- AWS 자격증
- Google Cloud
- GKE
- Cloud SQL
- Google Cloud Platrofm
- AWS Certificate
- AWS
- Cloud Datastore
- Google Cloud Platform
- container
- Cloud Storage
- Reverse Proxy
- playbook
- kubernetes
- 앤서블
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 |