|
|
|
|
|
by wolfgang000
2005 days ago
|
|
I wholeheartedly disagree with TDD part, I get it unit tests are more fragile in fact, I prefer integrations and module tests over unit test but doing the test upfront it a worthy investment, because speed up the development (because you only have run the test to validate the new feature) and also more often than not after the feature is done without the tests then the tests are never made |
|