[CHAPTER 2] - 동작 파라미터화 코드 전달하기 #14
Unanswered
corock
asked this question in
CHAPTER 2 동작 파라미터화 코드 전달하기
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
요약
2.1 변화하는 요구사항에 대응
예시
[요구사항 1] 500 페이지가 넘는 두꺼운 도서 찾기
Book.java
[요구사항 2] 저자가 동일한 도서 여과하기
2.2 동적 파라미터화(Behavior Parameterization)
BookPredicate.java
LengthPredicate.java
AuthorPredicate.java
BookShell.java
아쉬운 점은?
Beta Was this translation helpful? Give feedback.
All reactions