orhtej2@eviltoast.org to Programmer Humor@programming.devEnglish · 1 day agoProduct ownership 101eviltoast.orgimagemessage-square62linkfedilinkarrow-up11.06Karrow-down110file-text
arrow-up11.05Karrow-down1imageProduct ownership 101eviltoast.orgorhtej2@eviltoast.org to Programmer Humor@programming.devEnglish · 1 day agomessage-square62linkfedilinkfile-text
minus-squareRobyn@lemmy.blahaj.zonelinkfedilinkarrow-up58·1 day 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-up14·1 day agoSounds like a problem in the question. “Yes” is a perfectly valid response to “Do you want eggs or cheese”?
minus-squareSzyler@lemmy.worldlinkfedilinkarrow-up6arrow-down1·1 day agoInclude or is the funniest answers when possible. I do it all the time to confuse neurotypicals.
minus-squareschnurrito@discuss.tchncs.delinkfedilinkarrow-up1·20 hours agoBug in the English language. 🤣
minus-squareu/lukmly013 💾 (lemmy.sdf.org)@lemmy.sdf.orglinkfedilinkEnglisharrow-up3arrow-down1·1 day 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”?
Include or is the funniest answers when possible. I do it all the time to confuse neurotypicals.
Bug in the English language. 🤣
It’s a feature
I usually use yes/no for the first condition if it’s XOR with 2 options (thus the second yes/no is implied).