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