Hacker News new | ask | show | jobs
by eli_gottlieb 5192 days ago
Null is evil because any pointer could be null, and the semantics of dereferencing a null pointer are either NullPointerException or just plain undefined.