Re: [Sunuml-developers] Local source directories and the CamelCase topic
Status: Planning
Brought to you by:
lazaruslong
From: Steven G. <laz...@gm...> - 2008-11-11 00:58:58
|
> > I think that maybe a point in the middle will be better. >> >> - Use CamelCase methods when the class we make extends directly from a >> wxPython class, because if you override methods from the upperclass you >> are forced to use that standard, and I think all methods should have the >> same standard inside a class. This should be used for example on a >> subclass of wx.Frame. >> >> - Use mixedCase standard when making our own classes and model classes. >> I would prefer to use this standard everywhere but on the other classes >> it would be prone to error mixing the standards. > > > OK - I will wiki this. > Mhhh... I read too fast. You really want to use mixedCase for classes? I will let you decide tell me when you all agree :) Just a comment. The fact that you are forced to use the CamelCase when overridding mix well with the mixedCase standard as it identifies clearly the methods that are overiding a base library versus our own methods. I still don't see the advantage of the CamelCase approach but as I said: tell me when you agree for a style. PS: I always wonder why defining the coding style & project folder layout takes so much time... and if the leader should impose it :/ Regards, Steven |