|
|
|
|
|
by HeyLaughingBoy
3956 days ago
|
|
No TDD != lack of unit testing. I am a big believer in unit tests, but don't like TDD much. I think it fosters the belief that you can test quality into a product. Testing should be a verification that the rest of your process has resulted in a high quality product. It shouldn't be the means of getting quality into the product. |
|
FWIW, most people shouldn't be unit testing at all. They should be writing high level automated integration tests.