Hacker News new | ask | show | jobs
Ask HN: Test coverage in side projects
2 points by Jackypot 2709 days ago
Have you guys noticed a difference in the number of tests you are inclined to write for your side project stuff as opposed to at work?

I have noticed that I write significantly fewer for my side projects. Is this normal or am I being lazy/reckless?

2 comments

It's probably worth it if you work on the side project regularly enough for it to occasionally regress in known faulty ways. Otherwise I wouldn't worry about a more low-maintenance approach.
Don't feel alone. I usually have much less time to work on my side projects than on customers projects so I tend to bang things together quickly. And so I write much less tests.