logoalt Hacker News

coliveirayesterday at 6:15 PM1 replyview on HN

If you use Objective-C objects, operations on null pointers are just a no-op, so there is not such thing as chasing exceptions.


Replies

zadikiantoday at 1:39 AM

So you silently ignore something being null when you don't expect it to be? That sounds even worse.