Hacker News new | past | comments | ask | show | jobs | submit
I don't think objc has the equivalent of a null pointer exception. You can freely send messages to a deallocated object. Since ARC, it is rare, at least in my experience, running into any memory related issues with objc.
loading story #47226192
You can send messages to null, sendings messages to a deallocated pointer is going to be a bad time.
loading story #47221106
{"deleted":true,"id":47221095,"parent":47220016,"time":1772472592,"type":"comment"}