Hacker News new | ask | show | jobs
by speedplane 3158 days ago
Also, developing big projects practically require tests. I haven't seen a large project without them. Not sure where you work, but if they are the first thing that is thrown out, there is something definitely wrong not just with the culture, but with the engineering.
1 comments

Completely agree with you. Part of the big fight is getting people to understand that tests are an asset and not a liability to working quickly and safely. There's a huge visability problem, in that management doesn't have insight into all the times when a bug wasn't committed because of a unit test. Functional and integration testing doesn't have this problem as much, because those typically have much better visability.