minus-squareRecallMadness@lemmy.nztoProgrammer Humor@programming.dev•Uncle Bob becoming even worse:linkfedilinkarrow-up2·9 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. linkfedilink
minus-squareRecallMadness@lemmy.nztoTechnology@lemmy.zip•A $60 Mod to Meta’s Ray-Bans Disables Its Privacy-Protecting Recording LightlinkfedilinkEnglisharrow-up1·9 months agoThe Snapchat(?) glasses would turn off if you covered the LED. linkfedilink
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.