|
|
|
|
|
by snek
2825 days ago
|
|
> please post some real life real working code where in your mind usage of === is absolutely needed and I try my best to explain how I would tackle that with ==. I think you're expending your energy for the wrong reasons. There is no need to be "clever" when writing code. Being explicit is always better. Being explicit is how bugs are avoided, how new people can enter your codebase, and how you can maintain your codebase in the future. If you spend time thinking about how to justify usage of something in your code, it has no justification being used. |
|