From: Mattia B. <mb...@ds...> - 2001-12-19 18:13:14
|
Replying to the last mail from James Lavery, but bringing up a larger issue James wrote: > In terms of package/object naming, what should I do? Not sure if > the Perl validators should be in the Wx namespace. Notwithstanding > that, I think I should name the validators PlGenericValidator, > PlChoiceValidator etc., to differentiate from the 'native' wx > validators. What do you think? I don't know if there are > standards already published on this in the Wx/Perl community. No, there aren't yet; wxPython puts user contributions in wxPython.lib, but Python has a nice feature that lets you do from wxPython.lib import fooclass ( or something like this ), and the use fooclass withour qualification. I'd like to have the Wx:: prefix ( same CPAN dir ), so, Wx::lib::someclass, or Wx::extra::someclass, or Wx::Plsomeclass are all valid choices. What do the others think? Regards Mattia |