Y
Hacker News
new
|
ask
|
show
|
jobs
by
golergka
775 days ago
The problem is, not all of these languages think that "" and null are equal.
1 comments
codebje
775 days ago
I might choose to rephrase that as "the problem is, some of these languages think that "" and null are equal." :-)
link
goatlover
775 days ago
Isn't the lack of strict equality a result of loose typing in those languages?
link
codebje
775 days ago
Maybe - often more to do with overeager coercion, which does tend to go hand in hand with loose typing.
link