Hacker News new | ask | show | jobs
by gocartStatue 1335 days ago
I disagree so much with discarding unit tests, if you’re not dead sure of the base units, then you have a combinatoric explosion down the road. How do you even design code without unit tests :D
1 comments

Discarding unit tests is such terrible advice. The author clearly never discovered regression bugs at build time, or developed using a dynamically typed language.

Also, I would have expected to see "Use only strongly typed languages" as one of the bullet items. I get the sense that the author doesn't actually have a ton of enterprise experience.