|
|
|
|
|
by swat535
2252 days ago
|
|
> no time or effort should be "wasted" writing unit tests, that's what QA is for. This is not my experience at all, everywhere I worked unit tests are required.
I don't agree at all, writing unit tests is not a waste of time, this sentiment comes from people who don't know how to avoid brittle tests. It's impossible for QA to test every single path in your code. Unless you wanna cover all of those in your slow end to end tests? |
|