jeff 👨💻 to Programmer [email protected]English • 1 year agoI know I should... but I just really don't wannaprogramming.devimagemessage-square54fedilinkarrow-up1530arrow-down115
arrow-up1515arrow-down1imageI know I should... but I just really don't wannaprogramming.devjeff 👨💻 to Programmer [email protected]English • 1 year agomessage-square54fedilink
minus-square@[email protected]linkfedilinkEnglish32•edit-21 year 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-square@[email protected]linkfedilinkEnglish2•1 year 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 😅.