Hacker News new | ask | show | jobs
by BinaryIdiot 3540 days ago
> I've seen people write things like: if (true == true)

Which, if you make that an === in JavaScript, can actually make sense in some situations :)

2 comments

Can you give an example? I can't think of any situation to literally write if (true === true) rather than just if (true). (If anything.)
Sorry I not only mis-read but mistyped and I can't edit or modify my original post. Please ignore it :(
I've never waded into JavaScript, so I'll take your word for it. I've heard some...surprising...things about JavaScript, so I'm not really taken aback that this might exist.

I'm referencing a time when I was in school, and most everything was taught in Java, where that doesn't make sense. This was written by someone who was almost finished their degree and had already started at their professional job. Definitely junior, but I still feel like that's stretching the acceptable level of noobishness. That said, I have an EE degree, so maybe had to solve / reduce a lot more boolean algebra expressions than a straight CS major?