|
|
|
|
|
by namelosw
2207 days ago
|
|
First, it's easy to fix by just using ===. Second, It's more of a blub programmer thing. From multiversal equality's perspective, almost every mainstream statically typed language is also a semantic mess - you can even compare int to a boolean with == in a statically typed language without having any type errors, despite the comparisons always return false and 99 out of 100 that's not what people meant. |
|