Hi,
This is a first time offering to this mailing list (I'm fairly new to
Python/wxPython - but fairly old to programming languages and program
development).
Sorry to be a differ-begger, but I would be in favor of keeping the wx
prefixes.
They add clarity when programs get bigger or when code is revisited long
after it was written.
They're also helpful during debugging, to note the module or function
with problems is clearly one from a boxed set, and not one that I may
have written with a similar name (or usually vice versa).
For me, a major part of clear programming entails the use of good,
consistent naming conventions. The prefixes help to reduce confusion in
my own naming conventions (since I wouldn't write a function that
started with 'wx', I benefit by getting an automatic pointer to the
right modules, or documentation set).
I tend to write some 'tainted' class objects during development, to test
a piece of logic or a concept (and I suspect others do, too). The
prefixes help identify what has to be moved to a proper object during
cleanup.
And I think the prefixes help when plodding though documentation and
you're trying to figure out which arguments, calls, events, etc. have an
affect on what you're trying to understand.
To over emphasize the clarity point, would this mailing list become
Python-users@lists.windows.org, or possibly just users@lists.org?
Thanks for the opportunity to voice an opinion,
Dan Cherry, Florida, USA
···
-----Original Message-----
From: Jean-Michel Fauth [mailto:jmfauth@bluewin.ch]
Sent: Sunday, June 01, 2003 2:12 AM
To: wxpython-users@lists.wxwindows.org
Subject: [wxPython-users] renaming in the wx package (proposal)
Hi all,
Renaming convention in the core wx library
My proposal:
Remove the wx prefix of *all* the member names in the
new wx library, including names starting with a WX, like.
WXK_RETURN, WXK_ESCAPE, ...
Comments from the community?
Jean-Michel Fauth, Switzerland
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org