Press Space to continue
Finding signal on Twitter is more difficult than it used to be. We curate the best tweets on topics like AI, startups, and product development every weekday so you can focus on what matters.
Press Space to continue
Press Space to continue
This is mostly correct, but it assumes that 'unit' means 'the smallest possible unit' Testing larger units has ALWAYS been a good practice - it makes your tests less sensitive to structural changes So not "dead in the water", just software fundamentals coming back around
I agree with @thorstenball, I think unit tests are dead in the water. The ones the models write are terrible, at best just doubling total LOC. Inverting the testing approach - heavy e2e/black box/golden master, reaching for lower levels only if necessary, works better for me