Hacker News new | ask | show | jobs
by dozzie 3487 days ago
Experienced Perl programmers would, and PHP took inspiration (altough in crippled way) from Perl.
1 comments

Anyone who ever programs in a weakly-typed language should be aware that comparing two values with different types will involve type coercion, that there are obviously strange edge cases when that happens, and that comparing with a strict comparison operator such as === is good defensive programming in those contexts.