Re: [Pyobjc-dev] step by step tutorial - second edition
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2003-04-04 06:02:31
|
On Thursday, Apr 3, 2003, at 23:05 Europe/Amsterdam, Just van Rossum wrote: > Jack Jansen wrote: > >>> - Use 'PyObjCTools.AppHelper.runEventloop()' instead of your main > > Aaargh, I just noticed this spelling. I feel strongly it should be > > "runEventLoop" > > "Event loop" is not one word, so camelcasing it should cause the L to > be > capitalized. Right. I just noticed another problem with this name, the event loop is called 'NSRunLoop' in Cocoa. Our name might be confusing for new users. Should I rename it to something like 'runApplicationMain'? Ronald |