일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- solid
- JDBC
- JavaScript
- functional programming
- tcp
- 프로그래머스
- Eclipse
- Collection
- Network
- 파이썬
- Spring
- Rails
- Python
- Pattern
- 큐
- 백준
- Java
- 스택
- 디자인패턴
- Collections
- 자바
- 함수형 프로그래밍
- DesignPattern
- 람다 칼큘러스
- 겨울카카오인턴
- 로버트마틴
- exception
- lambda calculus
- javscript
- design-pattern
Archives
- Today
- Total
목록추상팩토리패턴 (1)
개발자 노트
Abstract Factory
출처 https://refactoring.guru/design-patterns/abstract-factory Abstract Factory란? 생성 디자인 패턴입니다. 구체적인 클래스없이, 연관된 objects의 집합(family)를 생성하도록 하는 패턴입니다. 본래 영어 Abstract Factory is a creational design pattern that 1)lets you produce 2)families of related objects 3)without specifying their concrete classes. 1) let you produce : 즉, client가 의존하여 products를 생성합니다. 2) families: products들이 매우 끈끈한 관계를 가지고 있습니다...
디자인패턴/Creational Design Pattern
2020. 10. 11. 12:24