MashedTech@lemmy.world to Programmer Humor@programming.dev · 10 months agoI redid the meme with what hurts melemmy.worldexternal-linkmessage-square57linkfedilinkarrow-up1468arrow-down113file-text
arrow-up1455arrow-down1external-linkI redid the meme with what hurts melemmy.worldMashedTech@lemmy.world to Programmer Humor@programming.dev · 10 months agomessage-square57linkfedilinkfile-text
minus-squareGTG3000@programming.devlinkfedilinkarrow-up9·10 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.