Sjmarf@sh.itjust.works to Programmer Humor@programming.dev · 2 days agofuck_around/find_outsh.itjust.worksimagemessage-square48fedilinkarrow-up1648arrow-down125
arrow-up1623arrow-down1imagefuck_around/find_outsh.itjust.worksSjmarf@sh.itjust.works to Programmer Humor@programming.dev · 2 days agomessage-square48fedilink
minus-squareTwilightKiddy@programming.devlinkfedilinkEnglisharrow-up5·edit-217 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.
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.