Re: Turning off spurious C warning in XCode ?
Re: Turning off spurious C warning in XCode ?
- Subject: Re: Turning off spurious C warning in XCode ?
- From: Thomas Lachand-Robert <email@hidden>
- Date: Mon, 24 Nov 2003 23:11:22 +0100
Le 24 nov. 03, ` 15:46, Alastair Houghton a icrit :
You should take a look at Apple's naming guidelines, here:
http://developer.apple.com/documentation/Cocoa/Conceptual/
CodingGuidelines/index.html
If you look closely, you'll find that they say that instance variables
should *not* have '_' on the beginning because that notation is
reserved for use by Apple.
I knew about this rule, and in fact I prefer to avoid underscores if I
can: unfortunately, it seems that the aforementionned bug about warning
messages makes impossible to avoid this. Apparently you don't have any
choice except than using underscores, or use a completely different
name for local variables reprensenting instance variables (?), or acces
directly instance variables everywhere (not very OO!).
Thomas Lachand-Robert
********************** email@hidden
<< Et le chemin est long du projet ` la chose. >> Molihre, Tartuffe.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.