Re: Looking at self = [super init].
Re: Looking at self = [super init].
- Subject: Re: Looking at self = [super init].
- From: Steve Mills <email@hidden>
- Date: Mon, 01 Jun 2015 18:26:48 -0500
> On Jun 1, 2015, at 18:16, Michael David Crawford <email@hidden> wrote:
>
> Assembly code doesn't really have control flow constructs. You make
> them out of gotos - condition or unconditional branches.
But assembly doesn't have to worry about dtors and such. That's probably the biggest reason to avoid goto. Even if your code would be clean with a goto now doesn't mean that some engineer in the future won't come along and add some variable that needs its dtor, but is unaware of the evilness that lurks within.
Steve via iPad
_______________________________________________
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