452
I redid the meme with what hurts me
(lemmy.world)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
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.