FROM : j o a r
DATE : Tue Mar 11 23:59:11 2008
On Mar 11, 2008, at 3:49 PM, Quincey Morris wrote:
> Personally I prefer the factory method approach, a la [NSArray
> array] etc:
Note that factory class methods typically also return id for the same
reason that init methods return id (NSArray, NSString, et.c.).
This in contrast to shared instances that are strongly typed
(NSFileManager, NSHost, NSNull, et.c.).
j o a r
DATE : Tue Mar 11 23:59:11 2008
On Mar 11, 2008, at 3:49 PM, Quincey Morris wrote:
> Personally I prefer the factory method approach, a la [NSArray
> array] etc:
Note that factory class methods typically also return id for the same
reason that init methods return id (NSArray, NSString, et.c.).
This in contrast to shared instances that are strongly typed
(NSFileManager, NSHost, NSNull, et.c.).
j o a r






Cocoa mail archive

