Hacker News new | ask | show | jobs
by martingordon 5972 days ago
One of my favorite things Objective-C has over Java is no NullPointerExceptions (it's legal to send a message to nil).

One of my least favorite things Objective-C has is EXC_BAD_ACCESS (usually caused by memory mismanagement).