Re: copyWithZone archive/unarchive
Re: copyWithZone archive/unarchive
- Subject: Re: copyWithZone archive/unarchive
- From: David Rowland <email@hidden>
- Date: Fri, 30 Jan 2015 20:43:52 -0800
It’s best to use ARC uniformly in a project and not mix with non-ARC modules. Xcode has a tool to upgrade projects to ARC. I have used it a number of times, and it seems to do a very good job.
David
> On Jan 30, 2015, at 8:15 PM, Jerry Krinock <email@hidden> wrote:
>
>
>> 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
_______________________________________________
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