pull down to refresh

I get anxious even on single line code changes.
Unit tests often help with anxiety. "this was broken", see test. "now it's no longer broken", see test. "it has no negative impact on other features", see all the other tests.
100 sats \ 1 reply \ @sox 9h
I gotta step up my tests game, I only make them temporarily and arbitrarily.
This is another lesson in discipline I have to give myself ngl
reply
If you have decent coverage, it helps with spotting regressions in the future. The worst thing that ever happened imho on some code I wrote was that I wrote tests, then the tests got commented out by someone else and I missed that in a PR review. Then of course there was a regression and there was drama.
reply