714
The biggest mystery known to mankind
(programming.dev)
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.
I've literally experienced the "I changed/edited/deleted this comment and now my code works" before and it floored me. I can't for the life of me remember what happened specifically I just remember being scared. It shouldn't do that, and since it did something I deeply don't understand happened behind the scenes.
That's usually (in toolchians that aren't broken) a caching issue. IE what you see in your editor isn't what actually got ran, even if you told it to recompile.