ZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 2 days agoUncle Bob becoming even worse:lemmy.worldimagemessage-square222fedilinkarrow-up1538arrow-down111
arrow-up1527arrow-down1imageUncle Bob becoming even worse:lemmy.worldZILtoid1991@lemmy.world to Programmer Humor@programming.dev · 2 days agomessage-square222fedilink
minus-squareRecallMadness@lemmy.nzlinkfedilinkarrow-up2·2 days 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.