• 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: Method not seeing array as array
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Method not seeing array as array


  • Subject: Re: Method not seeing array as array
  • From: Will Mason <email@hidden>
  • Date: Thu, 3 Feb 2005 03:06:53 -0800 (PST)
  • Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys

> >> 'if(!self) return nil' line)
> >
> > Is there something wrong with
> >> if(!self) return nil;
> > other than its being a shorthand for
> >> if(self == nil) return nil;
> > ?
>
> In reality no... it more clearly conveys your intent to test against
> nil since nil explicitly implies no object.

The problem with "if (!self)" is that you're assuming that nil is equal
to zero. I have never seen documentation that says that nil has to be
zero. Although it's probably a safe assumption, it's still just an
assumption, as the documentation nowhere declares that nil has to be
zero. Therefore, I always use the construct "if (something == nil)"
rather than "if (!something)".

Just a thought,
Will
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Method not seeing array as array
      • From: "John C. Randolph" <email@hidden>
    • Re: Method not seeing array as array
      • From: Marco Scheurer <email@hidden>
    • Re: Method not seeing array as array
      • From: Clark Cox <email@hidden>
References: 
 >Re: Method not seeing array as array (From: Shawn Erickson <email@hidden>)

  • Prev by Date: String not showing up in Table
  • Next by Date: Re: [AppleScript Studio] Table View
  • Previous by thread: Re: Method not seeing array as array
  • Next by thread: Re: Method not seeing array as array
  • Index(es):
    • Date
    • Thread