[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SDL vs GGI
On Tue, Aug 31, 1999 at 09:45:14PM +0000, Pierre Phaneuf wrote:
> Does anybody know if egcs-objc is going to support the "new style" of
> Objective-C any time soon? (the new style is calling like this:
> "aObject.method(param);" instead of "[aObject method id: param];")
Hmmm... am I the only one here that actually prefers the latter style.
I'm known to name methods _very_ descriptively:
- (void) useDeviceOnPylonAtIndex: (unsigned short) pix
onlyIfWeapon: (BOOL) oiw
ignoreNotReadyFlag: (BOOL) ignr;
--
Borko Jandras <bjandras@public.srce.hr>