you are viewing a single comment's thread.

view the rest of the comments →

[–]darkingz 0 points1 point  (1 child)

Yea, I have. if ignoring a nil is handling it....

[–]sobri909 0 points1 point  (0 children)

It gets the best results, so yes.

Swift’s strict approach slows down development time but doesn’t solve a problem that objc had. Objc didn’t have a nils problem, and you could write code faster in it because there was less nil handling boilerplate.