On May 24, 2012, at 4:15 AM, Gerriet M. Denkmann wrote: > How do I avoid duplicating method implementations using a protocol?
You don't, other than by using techniques like the ones I described. Protocols are just for the convenience (and type-safety) of the _users_ of a class; they don't really simplify the implementation. —Jens _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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 arch...@mail-archive.com