Hacker News new | ask | show | jobs
by ameliaquining 206 days ago
Semantically the two are kind of opposite; the similarity is that they're the lowest-syntax way in their respective languages to ignore the possibility of a missing value, and so get overused in situations where that possibility should not be ignored, leading to bugs.
1 comments

This is exactly what I was trying to communicate in the article. You've put it in a way clearer way here though. Thank you:)