• 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: Does Core Data have reserved Entity names?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Does Core Data have reserved Entity names?


  • Subject: Re: Does Core Data have reserved Entity names?
  • From: Bryan Henry <email@hidden>
  • Date: Wed, 30 Sep 2009 13:34:15 -0400

As a general rule, you want to avoid attempting to name classes with such generic names. It makes you very much more likely to end up with a class name conflict somewhere, especially in large projects. Classname prefixes are usually what's used to help ensure there are no such conflicts.

- Bryan

On Sep 30, 2009, at 1:11:06 PM, Alex Reynolds wrote:

On Sep 30, 2009, at 4:04 AM, I. Savant wrote:

Whatever the answer, the simple solution is to change your entity's name.

Unfortunately, that simple solution means parting ways with the naming scheme of the source I'm pulling data from and changing the naming scheme for all my other entities/classes, too, which I was hoping to avoid. But thanks to all for the confirmation.


-Alex

_______________________________________________

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

_______________________________________________

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: 
 >Does Core Data have reserved Entity names? (From: Alex Reynolds <email@hidden>)
 >Re: Does Core Data have reserved Entity names? (From: "I. Savant" <email@hidden>)
 >Re: Does Core Data have reserved Entity names? (From: Alex Reynolds <email@hidden>)

  • Prev by Date: Re: Displaying a string with Core Animation
  • Next by Date: Re: Does Core Data have reserved Entity names?
  • Previous by thread: Re: Does Core Data have reserved Entity names?
  • Next by thread: Re: Does Core Data have reserved Entity names?
  • Index(es):
    • Date
    • Thread