Re: NSURLConnection unhappiness
Re: NSURLConnection unhappiness
- Subject: Re: NSURLConnection unhappiness
- From: Kyle Sluder <email@hidden>
- Date: Thu, 30 Apr 2009 01:53:27 -0400
On Thu, Apr 30, 2009 at 1:44 AM, Jeff Johnson
<email@hidden> wrote:
> On an unrelated note, your use of "self->connection", etc., is non-standard
> and not advised. You should be using direct ivar access "connection",
> properties "self.connection", or accessor methods "[self connection]".
Sure, `self->connection` is redundant with just plain old
`connection`, but they amount to the same thing. Unless there's some
new-runtime trickery going on that I'm not aware of.
--Kyle Sluder
_______________________________________________
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