블로그 이미지
암초보

calendar

1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

Notice

Tag

01-04 19:32
2015. 1. 20. 13:36 프로그래밍/TDD


Fast

Independent

Repeatable

Self-Validating

Timely

'프로그래밍 > TDD' 카테고리의 다른 글

@Ignore 활용법  (0) 2015.11.05
Given When Then  (0) 2015.11.04
테스트는 왜....  (0) 2015.01.20
TEST 용 import static 템플릿  (0) 2011.10.05
특정 테스트 메소드만 실행는 방법  (0) 2011.09.29
posted by 암초보
2015. 1. 20. 10:26 프로그래밍/TDD


"No matter how flexible your architecture is, no matter how nicely partitioned your

design, without tests you will be reluctant to make changes because of the fear that you

will introduce undetected bugs."

- Clean Code Chapter 9

'프로그래밍 > TDD' 카테고리의 다른 글

Given When Then  (0) 2015.11.04
F.I.R.S.T  (0) 2015.01.20
TEST 용 import static 템플릿  (0) 2011.10.05
특정 테스트 메소드만 실행는 방법  (0) 2011.09.29
Mockito  (0) 2011.09.26
posted by 암초보
2015. 1. 14. 16:55 프로그래밍/JavaScript

attachEvent를 사용하면 된다..


addEventListener('scroll')  =  attachEvent('onscroll')




'프로그래밍 > JavaScript' 카테고리의 다른 글

JavaScript does NOT support Method Overloading  (0) 2015.12.08
splice  (0) 2013.05.31
Math.floor, Math.round, Math.ceil  (0) 2012.02.02
Firefox css style float  (0) 2011.06.17
substring  (0) 2011.04.18
posted by 암초보