Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Happens all the time with TDD. The worst case scenario is when the code is split up into tiny interfaces that don't represent anything, and the implementing classes have myriad of tiny methods, which also don't represent anything. App logic is effectively composed during run time, and impossible to analyze by looking at the code. Every single method is unit-tested, but their interactions are not (yay, mocking!).


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: