jeff 👨💻@programming.dev to Programmer Humor@programming.devEnglish · 2 years agoI know I should... but I just really don't wannaprogramming.devimagemessage-square7fedilinkarrow-up139arrow-down10
arrow-up139arrow-down1imageI know I should... but I just really don't wannaprogramming.devjeff 👨💻@programming.dev to Programmer Humor@programming.devEnglish · 2 years agomessage-square7fedilink
minus-squarefestus@lemmy.calinkfedilinkEnglisharrow-up1·edit-22 years agoOne rule of thumb I’ve heard and follow is that every time you encounter a bug, you write a unit test that would catch it. I find that does a pretty good job of getting high code coverage, though maybe that’s cause my code is naturally buggy 😅.
minus-squarebleistift2@feddit.delinkfedilinkEnglisharrow-up1·2 years ago Writes test to trigger the bug Test is green without fixing the bug. Dafuq?
One rule of thumb I’ve heard and follow is that every time you encounter a bug, you write a unit test that would catch it. I find that does a pretty good job of getting high code coverage, though maybe that’s cause my code is naturally buggy 😅.