Hacker News new | ask | show | jobs
The Single Most Damaging Practice in Software (philswenson.com)
4 points by ohhmaagawd 5645 days ago
1 comments

Yes and no. Tests that are not written well can be a burden. After code changes, a lot of time can be spent fixing test "failures" that are more a failure of the testing methodology than the app under test. So test, yes...automate, yes...but EDIT those tests and AUDIT those tests, to make sure they are all really useful.
Absolutely, a poorly written/unmaintainable/or inaccurate test can have a negative net worth.