Re: [Sunuml-developers] wxPython/wxWidgets help
Status: Planning
Brought to you by:
lazaruslong
From: Javier C. <ja...@ya...> - 2008-11-07 17:31:12
|
They are really similar. Maybe wxPython style will be better because we will be working alot with that library. Although I'm against using methods with CamelCase. If we select an standard it should be mixedCase or words_sepparated_with_underscores. Using CameCase will be really confusing. For example if you see the code "Something(paramter)" you won't know if it is creating an object of class Something or calling the function Something. This is specially true in Python because you don't put "new" in front of the class name to create an instance, just the class name. Regards Javier Aid...@ba... escribió: > The issue is that wxPython follows wxWidgets style for class and method > names. > As we are building with wxPython I think we should follow their style. > > Regards, > Aidar > _______________________________________________ > > This e-mail may contain information that is confidential, privileged or otherwise protected from disclosure. If you are not an intended recipient of this e-mail, do not duplicate or redistribute it by any means. Please delete it and any attachments and notify the sender that you have received it in error. Unless specifically indicated, this e-mail is not an offer to buy or sell or a solicitation to buy or sell any securities, investment products or other financial product or service, an official confirmation of any transaction, or an official statement of Barclays. Any views or opinions presented are solely those of the author and do not necessarily represent those of Barclays. This e-mail is subject to terms available at the following link: www.barcap.com/emaildisclaimer. By messaging with Barclays you consent to the foregoing. Barclays Capital is the investment banking division of Barclays Bank PLC, a company registered in England (number 1026167) with its registered office at 1 Churchill Place, London, E14 5HP. This email may relate to or be sent from other members of the Barclays Group. > _______________________________________________ > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Sunuml-developers mailing list > Sun...@li... > https://lists.sourceforge.net/lists/listinfo/sunuml-developers > > |