Sjmarf@sh.itjust.works to Programmer Humor@programming.dev · 2 days agofuck_around/find_outsh.itjust.worksimagemessage-square58fedilinkarrow-up1671arrow-down128
arrow-up1643arrow-down1imagefuck_around/find_outsh.itjust.worksSjmarf@sh.itjust.works to Programmer Humor@programming.dev · 2 days agomessage-square58fedilink
minus-squareTwilightKiddy@programming.devlinkfedilinkEnglisharrow-up6·edit-213 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.