29 ms·
I’ve been shipping software for over two decades, built multiple successful SaaS companies, and have never in my life written a single unit test.
by ohmanjjj 4y ago
I’ve been shipping software for over two decades, built multiple successful SaaS companies, and have never in my life written a single unit test.
- davewritescode 4y agoYou must be a fantastic coder because personally I can’t write code without unit tests.
- gabrieledarrigo 4y agoI feel no confident at all without unit tests on my code. Do you rely on some other types of testing?
- jb3689 4y agoThis might as well read that you've been shipping software for over two decades and have never cared about someone introducing a regression
- MartinCron 4y agoI like hearing about different heterodox approaches.
- dimgl 4y agoIf it's an environment I'm comfortable with, writing unit tests is faster than testing by hand. If it's not an environment I'm comfortable with... dear lord it is absolutely brutal to write any kind of test.