• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Why is [nil aMessage] a no-op?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Why is [nil aMessage] a no-op?


  • Subject: Re: Why is [nil aMessage] a no-op?
  • From: Nick Zitzmann <email@hidden>
  • Date: Thu, 17 Apr 2008 17:00:54 -0600


On Apr 17, 2008, at 4:42 PM, Adam P Jenkins wrote:

I'm curious if anyone knows the rationale behind the decision to make sending messages to nil be a no-op in ObjC. I've used a number of other OO languages, including C++, Java, Python, Ruby, Smalltalk, and Javascript, and in all of them, trying to invoke a method on whatever their equivalent of nil is produces a runtime error of some sort. In practice, I've found Obj-C's practice of ignoring method calls to nil to be just annoying, since it masks bugs unless you turn on NSZombiesEnabled. I can imagine that sometimes it would be convenient to have some kind of message sink which just accepts and ignores all messages, but why not just have a special NSSink class for that instead of making nil behave that way?


At one point in Xcode there was a build option that turned this feature off. I wonder where it went... Anyone know?

Nick Zitzmann
<http://www.chronosnet.com/>

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Why is [nil aMessage] a no-op? (From: Adam P Jenkins <email@hidden>)

  • Prev by Date: Re: Weird build error
  • Next by Date: Re: Why is [nil aMessage] a no-op?
  • Previous by thread: Why is [nil aMessage] a no-op?
  • Next by thread: Re: Why is [nil aMessage] a no-op?
  • Index(es):
    • Date
    • Thread