On Sep 14, 2012, at 10:49 PM, Steve Steinitz <[email protected]> 
wrote:

> No offense but none of your criticisms seem to hold water.

No, I strongly agree with Ken. You’re creating a pile of redundant methods with 
variable parameters (day of week, start vs end etc.) baked into the method 
name. This is a red flag calling for refactoring your data model. Instead of 
one object that babysits the entire set of objects, make those properties of 
Shifts and have an array of Shifts indexed by day of week.

—Jens

_______________________________________________

Cocoa-dev mailing list ([email protected])

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to