On Wed, Feb 24, 2010 at 05:57:54PM +0100, Lionel Dricot wrote: > If you want to contribute, there's a huge cleaning to do in the browser.py > ! A lot of cruft should be removed (and I don't understand everything > there).
Lionel, one bit of cruft I see there is that half the widgets are named consistently, the other half are a bit randomly named. I took some time to help improve this somewhat: https://code.edge.launchpad.net/~bryceharrington/gtg/gtg-refactor-browser-cleanup I figure now that the refactor work is mostly in place now, it would be a good point to make changes such as this. If you like this cleanup, I can keep on with it and shoot for getting the nomenclature 100% consistent. I know this is mostly code-cosmetics, but since python does not enforce strict typechecking, at least having the widget variables named consistently will help prevent silly errors in the future. Bryce _______________________________________________ Mailing list: https://launchpad.net/~gtg-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~gtg-contributors More help : https://help.launchpad.net/ListHelp

