minus-squareTwilightKiddy@programming.devtoProgrammer Humor@programming.dev•fuck_around/find_outlinkfedilinkarrow-up5·14 hours agoConsidering vibe is probalby float, I doubt any exceptions can be thrown there, you can eliminate another useless scope. Even if it’s not float, I’d consider burning alive anyone who overrides an operator like this anyway. linkfedilink
minus-squareTwilightKiddy@programming.devtolinuxmemes@lemmy.world•Not the kind of simple you want, but the kind of simple you deservelinkfedilinkEnglisharrow-up2·5 days agoOriginal, because sharing xkcd without alt text is a crime: https://xkcd.com/2501 linkfedilink
Considering
vibe
is probalbyfloat
, I doubt any exceptions can be thrown there, you can eliminate another useless scope.Even if it’s not
float
, I’d consider burning alive anyone who overrides an operator like this anyway.