generated from muhandojeon/study-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# 패턴성 검증, 프로토 패턴 그리고 세 가지 법칙 | ||
|
||
새로운 패턴이 채택되려면? | ||
- 프로토 패턴 > 패턴성 검증 > 세 가지 법칙 충족 | ||
|
||
|
||
## 프로토 패턴 | ||
패턴성 검증을 모두 통과하지 않은 미숙한 패턴. | ||
패턴이라고 공개하지는 않고 코드 조각으로 공개하면 패틀릿 | ||
|
||
## 패턴성 검증 | ||
- 특정 문제를 해결할 수 있다 | ||
- 명쾌한 해결책이 없다 | ||
- 확실한 기능만을 말한다 | ||
- 관계를 설명한다 | ||
|
||
## 세 가지 법칙 | ||
- 목적 적합성 | ||
- 유용성 | ||
- 적용 가능성 |