On Mar 11, 2008, at 17:56, mmalc crawford wrote:

Moreover, a problem with using the "factory method approach" is that they return autoreleased objects. If you have a particular need to be concerned about performance (as you might especially in a resource-constrained environment), it is generally a Good Thing to avoid autorelease and instead use alloc/ release directly.

There's no reason why it can't be named "create..." and return a retained object, if that's what's needed in any given situation.

Perhaps I shouldn't have used the expression "factory method", since I didn't mean it had to be done exactly the way a frameworks factory method might.


_______________________________________________

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

This email sent to [EMAIL PROTECTED]

Reply via email to