Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
vor_
on Dec 30, 2013
|
parent
|
context
|
favorite
| on:
An Illustrated History of objc_msgSend
It's a trade-off, because it's convenient to not have to check that objects are non-nil when you send messages to them. With experience, you learn to deal with code that requires non-nil objects via assertions:
NSAssert(array, @"Array can't be nil.");
Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: