146
Accidental shitpost
(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.
99.99% of the time you want to compare by value, which is why languages defaulting to comparing by reference is a stupid default.