Re: "Cocoa Fundamentals Guide" Clarification
Re: "Cocoa Fundamentals Guide" Clarification
- Subject: Re: "Cocoa Fundamentals Guide" Clarification
- From: Scott Ribe <email@hidden>
- Date: Mon, 19 Jan 2009 18:14:25 -0700
- Thread-topic: "Cocoa Fundamentals Guide" Clarification
> Just write your code in Obj-C. When you have a finished application,
> then start profiling performance.
Exactly, I'd have to disagree with the advice quoted by OP. The real reason
to use plain functions is to keep them out of the class's API/contract
and/or global namespace if they don't need to be there--and that is not what
I would call "beginner friendly" advice at all.
--
Scott Ribe
email@hidden
http://www.killerbytes.com/
(303) 722-0567 voice
_______________________________________________
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