All Questions
2 questions
4
votes
1
answer
662
views
If TDD is design, how do you know your TDD is well designed? [duplicate]
Given a large group (50+) of programmers:
All given the same problem,
All using Test-Driven Development (TDD),
All pair programming,
All doing group-based code review,
I have personally seen the wide ...
23
votes
4
answers
4k
views
Why is test driven development missing from Joel's Test?
I was reading this blog by Joel Spolsky about 12 steps to better code. The absence of Test Driven Development really surprised me. So I want to throw the question to the Gurus. Is TDD not really worth ...