Andromxda 🇺🇦🇵🇸🇹🇼@lemmy.dbzer0.com to Programmer Humor@programming.devEnglish · 1 year agofuck the testslemmy.dbzer0.comexternal-linkmessage-square45fedilinkarrow-up1859arrow-down111
arrow-up1848arrow-down1external-linkfuck the testslemmy.dbzer0.comAndromxda 🇺🇦🇵🇸🇹🇼@lemmy.dbzer0.com to Programmer Humor@programming.devEnglish · 1 year agomessage-square45fedilink
minus-squareRagingRobot@lemmy.worldlinkfedilinkarrow-up39·1 year agoTests are just booby traps for the other engineers so they don’t break your code by mistake.
minus-squareDacoTaco@lemmy.worldlinkfedilinkarrow-up13·edit-21 year agoIts funny cause its true. I often design tests to be “if a case/enum value is added this test will explode and tell them to add code here”
minus-squaresilasmariner@programming.devlinkfedilinkarrow-up8·1 year agoThis is why I like strong type systems with exhaustivity checks
minus-squareDacoTaco@lemmy.worldlinkfedilinkarrow-up2·edit-21 year agoSaaaaame. But sometimes even strongly typed stuff wont break on compilation time
Tests are just booby traps for the other engineers so they don’t break your code by mistake.
Its funny cause its true. I often design tests to be “if a case/enum value is added this test will explode and tell them to add code here”
This is why I like strong type systems with exhaustivity checks
Saaaaame. But sometimes even strongly typed stuff wont break on compilation time
'spose that’s true enough