@jroid8@lemmy.world to Programmer Humor@lemmy.ml • 1 year agoknow the features of your languagelemmy.worldimagemessage-square145fedilinkarrow-up1646arrow-down124
arrow-up1622arrow-down1imageknow the features of your languagelemmy.world@jroid8@lemmy.world to Programmer Humor@lemmy.ml • 1 year agomessage-square145fedilink
minus-square@Uriel_Copy@lemmy.worldlinkfedilink3•1 year agoShould you even be using goto? I was taught to avoid it like the plague
minus-square@carpelbridgesyndrome@sh.itjust.workslinkfedilinkEnglish4•1 year 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