• 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: warning: assignment from distinct Objective-C type
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: warning: assignment from distinct Objective-C type


  • Subject: Re: warning: assignment from distinct Objective-C type
  • From: Keith Duncan <email@hidden>
  • Date: Wed, 12 Mar 2008 22:33:57 +0000

There's no reason why it can't be named "create..." and return a retained object,

My personal preference is to use Create... for naming functions which return alloc/malloc memory, inline with the CoreFoundation memory management rules. I tend to use -(id)new... for methods, again for the same reason.


This ensures that your functions and methods follow the established API grammar and increases readability.

Keith
_______________________________________________

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: 
 >warning: assignment from distinct Objective-C type (From: Stuart Malin <email@hidden>)
 >Re: warning: assignment from distinct Objective-C type (From: Chris Hanson <email@hidden>)
 >Re: warning: assignment from distinct Objective-C type (From: Stuart Malin <email@hidden>)
 >Re: warning: assignment from distinct Objective-C type (From: Quincey Morris <email@hidden>)
 >Re: warning: assignment from distinct Objective-C type (From: j o a r <email@hidden>)
 >Re: warning: assignment from distinct Objective-C type (From: mmalc crawford <email@hidden>)
 >Re: warning: assignment from distinct Objective-C type (From: Quincey Morris <email@hidden>)

  • Prev by Date: Re: Core Animation geometry, layer hosting, and resolution independence
  • Next by Date: Re: Core Animation geometry, layer hosting, and resolution independence
  • Previous by thread: Re: warning: assignment from distinct Objective-C type
  • Next by thread: Re: warning: assignment from distinct Objective-C type
  • Index(es):
    • Date
    • Thread