this post was submitted on 14 Aug 2023
589 points (92.4% liked)
Programmer Humor
32464 readers
269 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's not that bad, honestly, just something you get used to. When I switch to C++ after a while, I sometimes write
===
and when I switch back to JS after some time, I occasionally forget to use===
.In C++ it's obviously an error and for JS I have my IDE set to warn me about
==
. I think I've used==
in JS (and PHP) intentionally once in the last ~5 years.