orhtej2@eviltoast.org to Programmer Humor@programming.devEnglish · 15 hours agoProduct ownership 101eviltoast.orgexternal-linkmessage-square64linkfedilinkarrow-up1873arrow-down14file-text
arrow-up1869arrow-down1external-linkProduct ownership 101eviltoast.orgorhtej2@eviltoast.org to Programmer Humor@programming.devEnglish · 15 hours agomessage-square64linkfedilinkfile-text
minus-squareRobyn@lemmy.blahaj.zonelinkfedilinkarrow-up45·14 hours agoSimilarly it also grinds my gears when I ask an enum question but they return a bool. I gave multiple options and “yes” was not one of them.
minus-squarePipster@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up11·13 hours agoSounds like a problem in the question. “Yes” is a perfectly valid response to “Do you want eggs or cheese”?
minus-squareschnurrito@discuss.tchncs.delinkfedilinkarrow-up1·5 hours agoBug in the English language. 🤣
minus-squareSzyler@lemmy.worldlinkfedilinkarrow-up4arrow-down1·12 hours agoInclude or is the funniest answers when possible. I do it all the time to confuse neurotypicals.
minus-squareu/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orglinkfedilinkEnglisharrow-up3arrow-down1·12 hours agoI usually use yes/no for the first condition if it’s XOR with 2 options (thus the second yes/no is implied).
Similarly it also grinds my gears when I ask an enum question but they return a bool. I gave multiple options and “yes” was not one of them.
Sounds like a problem in the question. “Yes” is a perfectly valid response to “Do you want eggs or cheese”?
Bug in the English language. 🤣
It’s a feature
Include or is the funniest answers when possible. I do it all the time to confuse neurotypicals.
I usually use yes/no for the first condition if it’s XOR with 2 options (thus the second yes/no is implied).