We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d5694e commit effdc38Copy full SHA for effdc38
1 file changed
_wiki/GOF_DesignPattern.md
@@ -3,7 +3,7 @@ layout : wiki
3
title : GoF DesignPattern
4
summary : GoF 디자인 패턴
5
date : 2019-04-24 08:52:39 +0900
6
-updated : 2021-08-18 20:16:28 +0900
+updated : 2021-09-01 20:18:01 +0900
7
tags : book, designpattern
8
toc : true
9
public : true
@@ -42,4 +42,4 @@ adsense : true
42
* 집한군을 생성하는게 아니라면 Factory Method Pattern 을 이용하는게 좋을듯 하다.
43
* 단점은, 만들어야할 제품군이 추가되는 요구사항에 유연하지 못하다. -> 동적타입언어를 이용한다면 이부분도 유연하게 구현은 가능할듯
44
45
-
+* [싱글턴패턴관련](https://lee1535.tistory.com/75?category=819409)
0 commit comments