jroid8@lemmy.world to Programmer Humor@lemmy.ml · 1 year agoknow the features of your languagelemmy.worldimagemessage-square146fedilinkarrow-up1644arrow-down124
arrow-up1620arrow-down1imageknow the features of your languagelemmy.worldjroid8@lemmy.world to Programmer Humor@lemmy.ml · 1 year agomessage-square146fedilink
minus-squareUriel_Copy@lemmy.worldlinkfedilinkarrow-up3·1 year agoShould you even be using goto? I was taught to avoid it like the plague
minus-squarecarpelbridgesyndromelinkfedilinkEnglisharrow-up4·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