ZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 2 days agoUncle Bob becoming even worse:lemmy.worldimagemessage-square216fedilinkarrow-up1532arrow-down110
arrow-up1522arrow-down1imageUncle Bob becoming even worse:lemmy.worldZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 2 days agomessage-square216fedilink
minus-squareRecallMadness@lemmy.nzlinkfedilinkarrow-up2·1 day 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.