MashedTech@lemmy.world to Programmer Humor@programming.dev · 2 months agoI redid the meme with what hurts melemmy.worldimagemessage-square52fedilinkarrow-up1469arrow-down113file-textcross-posted to: programmerhumor@lemmy.worldprogrammerhumor@lemmy.ml
arrow-up1456arrow-down1imageI redid the meme with what hurts melemmy.worldMashedTech@lemmy.world to Programmer Humor@programming.dev · 2 months agomessage-square52fedilinkfile-textcross-posted to: programmerhumor@lemmy.worldprogrammerhumor@lemmy.ml
minus-squareGTG3000@programming.devlinkfedilinkarrow-up9·2 months agoMan, the variable scoping thing is insidious. It will never not be weird to me that ifs and loops don’t actually create a new scope. And then you try to do a closure and it tells you you didn’t import anything yet.
Man, the variable scoping thing is insidious. It will never not be weird to me that
if
s and loops don’t actually create a new scope.And then you try to do a closure and it tells you you didn’t import anything yet.