1012
JavaScript
(lemmy.ml)
Oh we've hit an issue that's solved by another language or we could make another framework
It's because +
is two different operators and overloads based on the type to the left, while -
is only a numeric operator and coerces left and right operands to numeric. But frankly if you're still using +
for math or string concatenation in 2025, you're doing it wrong.
It's my favorite language too, but I also find this hilarious.
What no type safety does to an MF...
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.