Re: Core Data Predicate Question
Re: Core Data Predicate Question
- Subject: Re: Core Data Predicate Question
- From: Jerry Krinock <email@hidden>
- Date: Fri, 08 Jul 2011 11:25:28 -0700
On 2011 Jul 07, at 10:38, Indragie Karunaratne wrote:
> I'm sure there's a better way to simplify this instead of using a giant compound AND predicate
On the contrary, I don't trust that predicateWithFormat: stuff. It's too easy to type mistakes into the format string; in particular it tempts me to get lazy and type symbols into the format string literally instead of using NSString constants.
I think that giant compound predicates are better.
_______________________________________________
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