OttoVonNoob@lemmy.ca to Programmer Humor@programming.dev · 1 year agoSomething is broken... I know it..lemmy.caimagemessage-square2linkfedilinkarrow-up14arrow-down10
arrow-up14arrow-down1imageSomething is broken... I know it..lemmy.caOttoVonNoob@lemmy.ca to Programmer Humor@programming.dev · 1 year agomessage-square2linkfedilink
minus-squareSolemarc@lemmy.worldlinkfedilinkarrow-up1·1 year agoMy favourite is always; Lemme quickly write this test, it passes great, if I make this little change it’ll fail. It’s still passing, damn.
minus-squaredan@upvote.aulinkfedilinkarrow-up1·1 year agoThe worst is when you expect an existing test to fail, but it passes, and it turns out the test wasn’t actually properly testing the code. Fixing the test finds a bunch of broken edge cases.
My favourite is always;
Lemme quickly write this test, it passes great, if I make this little change it’ll fail. It’s still passing, damn.
The worst is when you expect an existing test to fail, but it passes, and it turns out the test wasn’t actually properly testing the code. Fixing the test finds a bunch of broken edge cases.