Re: Objective C language [NEWBEE QUESTIONS]
Re: Objective C language [NEWBEE QUESTIONS]
- Subject: Re: Objective C language [NEWBEE QUESTIONS]
- From: lbland <email@hidden>
- Date: Fri, 30 Jan 2004 11:30:08 -0500
On Jan 30, 2004, at 8:46 AM, Philip Mvtteli wrote:
There's no support at the language level. But just don't declare them
in the header file.
warning: hidden name clashing ahead, many mysterious headaches in gdb
...
Some people add a underscore prefix for private methods:
_setVariable:
but I like this:
THIS_IS_MY_PRIVATE_METHOD_DO_NOT_USE_IT_setVariable:
just to make sure.
:-)
Lance Bland
mailto:email@hidden
VVI
888-VVI-PLOT
http://www.vvi.com
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.