ZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 2 months agoUncle Bob becoming even worse:lemmy.worldimagemessage-square221linkfedilinkarrow-up1526
arrow-up1526imageUncle Bob becoming even worse:lemmy.worldZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 2 months agomessage-square221linkfedilink
minus-squareRecallMadness@lemmy.nzlinkfedilinkarrow-up2·2 months agoMy favourite (that I saw a human do) was asserting on unconstrained mocks with a typo (so they always asserted true) Hundreds of tests. Not exactly pointless as they did call the code so maybe caught some issues. But we fixed the typo and barely half of them passed. No idea how the software worked, but it did.
My favourite (that I saw a human do) was asserting on unconstrained mocks with a typo (so they always asserted true)
Hundreds of tests. Not exactly pointless as they did call the code so maybe caught some issues. But we fixed the typo and barely half of them passed.
No idea how the software worked, but it did.