One thing I dont get about Obj-C. All the people that I know that program in Obj-C recommend against [object new], instead of [[object init] alloc].
Why? I thought any methods/peices of code that automate functions in Obj-C optimise the code in some way. (Like @synthesize etc)
Why? I thought any methods/peices of code that automate functions in Obj-C optimise the code in some way. (Like @synthesize etc)