일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- javscript
- Rails
- lambda calculus
- Pattern
- 디자인패턴
- exception
- 자바
- 프로그래머스
- 함수형 프로그래밍
- solid
- design-pattern
- JavaScript
- functional programming
- Python
- tcp
- 큐
- Eclipse
- Java
- Collections
- 람다 칼큘러스
- 백준
- Spring
- Network
- JDBC
- 파이썬
- 로버트마틴
- 겨울카카오인턴
- 스택
- Collection
- DesignPattern
Archives
- Today
- Total
목록bridge-pattern (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