Skip to content

Commit

Permalink
Create 이상조.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoleee authored Oct 15, 2024
1 parent 582b55c commit 44ca526
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions 챕터_2/이상조.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 패턴성 검증, 프로토 패턴 그리고 세 가지 법칙

새로운 패턴이 채택되려면?
- 프로토 패턴 > 패턴성 검증 > 세 가지 법칙 충족


## 프로토 패턴
패턴성 검증을 모두 통과하지 않은 미숙한 패턴.
패턴이라고 공개하지는 않고 코드 조각으로 공개하면 패틀릿

## 패턴성 검증
- 특정 문제를 해결할 수 있다
- 명쾌한 해결책이 없다
- 확실한 기능만을 말한다
- 관계를 설명한다

## 세 가지 법칙
- 목적 적합성
- 유용성
- 적용 가능성

0 comments on commit 44ca526

Please sign in to comment.