Re: Objective-C Instance Variable Names
Re: Objective-C Instance Variable Names
- Subject: Re: Objective-C Instance Variable Names
- From: "Kyle Sluder" <email@hidden>
- Date: Mon, 7 Apr 2008 04:45:26 -0400
On Mon, Apr 7, 2008 at 2:37 AM, Todd Blanchard <email@hidden> wrote:
> Too late, I've been doing that since 1990 in C++.
Then I'm sure you're very familiar with the fragile base class
problem. Just don't do it. It's bad form because eventually it will
break. And then you'll spend ages in the debugger trying to figure
out just who assigned to "your" ivar.
It's quite simply a different language. Heck, you're *required* to do
it in C#. ;-)
--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