Stamets to Lemmy [email protected] • 25 days agoThe Legends is among uslemmy.worldimagemessage-square62fedilinkarrow-up1598
arrow-up1598imageThe Legends is among uslemmy.worldStamets to Lemmy [email protected] • 25 days agomessage-square62fedilink
minus-squareI Cast Fistlinkfedilink9•25 days ago// comment if(x < 10) { // comment1 if(x < 20) { // comment2 if(x < 30) { printf("hello, world\\n"); } } }
minus-square@[email protected]linkfedilink13•25 days ago“Yeah x might be less than 10 but just in case check if it’s less than 30.”
minus-square@[email protected]linkfedilinkEnglish5•edit-225 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
“Yeah x might be less than 10 but just in case check if it’s less than 30.”
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