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