Andromxda 🇺🇦🇵🇸🇹🇼@lemmy.dbzer0.com to Programmer Humor@programming.devEnglish · 1 month agofuck the testslemmy.dbzer0.comimagemessage-square44fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imagefuck the testslemmy.dbzer0.comAndromxda 🇺🇦🇵🇸🇹🇼@lemmy.dbzer0.com to Programmer Humor@programming.devEnglish · 1 month agomessage-square44fedilink
minus-squareDacoTaco@lemmy.worldlinkfedilinkarrow-up0·edit-21 month 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-up0·1 month agoThis is why I like strong type systems with exhaustivity checks
minus-squareDacoTaco@lemmy.worldlinkfedilinkarrow-up0·edit-21 month agoSaaaaame. But sometimes even strongly typed stuff wont break on compilation time
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