Hacker News new | ask | show | jobs
by collyw 4146 days ago
Exactly.

I build and manage an in house database. The data model changes frequently. I have started adding in unit tests in the past, but they are rarely worth the time (in these circumstances). I estimate that creating unit level tests and fixtures would probably treble the time needed for features, and would catch maybe 10% of the bugs that appear.

Uses request a feature. I build it. I show them, ask them to test it and tell me if they have a problem. I get plenty of testing done. Just not in the unit test way.

Now I imagine if I had an online app used by millions of people and I was doing a big upgrade I would have a different attitude towards the way I test.