일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Java
- Eclipse
- 큐
- 프로그래머스
- Python
- 람다 칼큘러스
- 백준
- JavaScript
- 자바
- DesignPattern
- javscript
- design-pattern
- Collections
- 겨울카카오인턴
- 파이썬
- exception
- functional programming
- Pattern
- lambda calculus
- Rails
- solid
- 함수형 프로그래밍
- 로버트마틴
- JDBC
- 스택
- Collection
- Network
- tcp
- 디자인패턴
- Spring
Archives
- Today
- Total
목록bridge (1)
개발자 노트
Bridge Pattern
참고자료 https://refactoring.guru/design-patterns/bridge https://en.wikipedia.org/wiki/Bridge_pattern Design Patterns: Elements of Reusable Object-Oriented Software (link) https://archive.org/details/designpatternsel00gamm/page/151 BridgePattern이란? structural design pattern guru 정의 뚱뚱한 클래스나 매우 연관된 클래스를 두 개의 계층으로 분리하는 패턴 GoF-DesignPattern 정의 구현된 클래스(implementation)와 abstraction클래스가 독립적으로 변하도록 하기 위해서 ..
디자인패턴/Structural Design Pattern
2020. 10. 11. 12:34