Re: copyWithZone archive/unarchive
Re: copyWithZone archive/unarchive
- Subject: Re: copyWithZone archive/unarchive
- From: Jerry Krinock <email@hidden>
- Date: Fri, 30 Jan 2015 20:15:42 -0800
> On 2015 Jan 30, at 10:08, Trygve Inda <email@hidden> wrote:
>
> Do you see non-ARC code becoming obsolete?
Non-ARC code is already obsolete, but what I think you mean is will non-ARC code fail to compile or run in some future OS version. Never say “never” with Apple, but in this case, I don’t think so, because ARC is a layer on top of non-ARC.
> I could probably start moving it
> to ARC slowly but it is hard to justify time spent on something that is not
> really needed. I have not run into any serious bugs or unexplained crashes
> due to messed up retain/release.
Then don’t touch it. Use ARC for new code.
_______________________________________________
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