Stamets@lemmy.world to Lemmy Shitpost@lemmy.world · 14 days agoThe Legends is among uslemmy.worldimagemessage-square23linkfedilinkarrow-up17arrow-down10
arrow-up17arrow-down1imageThe Legends is among uslemmy.worldStamets@lemmy.world to Lemmy Shitpost@lemmy.world · 14 days agomessage-square23linkfedilink
minus-squareI Cast Fist@programming.devlinkfedilinkarrow-up1·14 days ago// comment if(x < 10) { // comment1 if(x < 20) { // comment2 if(x < 30) { printf("hello, world\\n"); } } }
minus-squareunderscores@lemmy.ziplinkfedilinkEnglisharrow-up1·edit-214 days agoThis is the cursed case when you case the forbidden scroll of the ancients: switch (true) { } edit: on second thought I’m not sure now I’ll have to think about how fall through cases work
minus-squareJankatarch@lemmy.worldlinkfedilinkarrow-up1·14 days ago“Yeah x might be less than 10 but just in case check if it’s less than 30.”
// comment if(x < 10) { // comment1 if(x < 20) { // comment2 if(x < 30) { printf("hello, world\\n"); } } }
This is the cursed case when you case the forbidden scroll of the ancients: switch (true) { }
edit: on second thought I’m not sure now I’ll have to think about how fall through cases work
“Yeah x might be less than 10 but just in case check if it’s less than 30.”