테스트 주도 개발
- 저자
- Kent Beck
- 출판
메모
도메인 코드에 다른 내용이 섞여 들어가지 않도록 하기:
Using classes this way in model code is a bit smelly. We would like to use a criterion that makes sense in the domain of finance, not in the domain of Java objects. —Chapter 7
도메인 코드에 다른 내용이 섞여 들어가지 않도록 하기:
Using classes this way in model code is a bit smelly. We would like to use a criterion that makes sense in the domain of finance, not in the domain of Java objects. —Chapter 7