@jroid8@lemmy.world to Programmer Humor@lemmy.ml • 2 years agoknow the features of your languagelemmy.worldimagemessage-square138fedilinkarrow-up1641arrow-down10
arrow-up1641arrow-down1imageknow the features of your languagelemmy.world@jroid8@lemmy.world to Programmer Humor@lemmy.ml • 2 years agomessage-square138fedilink
minus-square@Uriel_Copy@lemmy.worldlinkfedilink3•2 years agoShould you even be using goto? I was taught to avoid it like the plague
minus-square@carpelbridgesyndrome@sh.itjust.workslinkfedilinkEnglish4•2 years agoApple wrote bugged TLS code that broke using unbraced ifs with a goto, hence the name “goto fail”. You don’t need a goto to break this code though. All you need is a second indented line under the if
Should you even be using goto? I was taught to avoid it like the plague
Apple wrote bugged TLS code that broke using unbraced ifs with a goto, hence the name “goto fail”. You don’t need a goto to break this code though. All you need is a second indented line under the
if