Tagged Questions
20
votes
8answers
1k views
What are the disadvantages of writing code before writing unit tests?
I have always seen the recommendation that we should first write unit tests and then start writing code. But I feel that going the other way is much more comfortable (for me) - write code and then the ...