Hacker News new | past | comments | ask | show | jobs | submit login

I can see what you're saying, but I think that argument would be a lot stronger if == compiled to ===. If you want an operator with ==='s semantics, it's there; providing == and claiming it behaves like === just seems like an opportunity for annoying surprises if something slips through the cracks. Since == doesn't compile to ===, I wouldn't use it unless I understood its semantics and wanted them.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: