Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • haha, never thought about that checking for null thing as a decision they didn't make... But I finally understood that it's NOT an innate problem after working in Objective-C, which allows nulls to have methods called. Commented Nov 16, 2010 at 4:23
  • 4
    null-checking is a much greater pain - you ALWAYS have to check - plus it does not tell the reason why, which a well-named exception does. Commented Nov 16, 2010 at 4:41