pushing back against unit testing
I encountered someone recently who is pushing for test coverage and unit testing. I’m a full stack dev writing ts when I can and js when I have to, they’re a Java dev.
They cited some data saying unit tests reduce bugs by a lot. However my company doesn’t even use typescript on a lot of our products.
I’m looking for some info comparing the efficacy of good ts implementation vs good unit testing of js. Tyvm
0 Replies