[issue232] gtk/process.py cleanup

David Farning dfarning at gmail.com
Tue Oct 24 10:38:30 PDT 2006


On Tue, 2006-10-24 at 13:45 +0000, Mauricio Teixeira (netmask) at Labix
Tracker wrote:
> Mauricio Teixeira (netmask) <mteixeira at webset.net> added the comment:
> 
> Thanks for the info, but I don't see who it would make any difference.
You're
> free to give more details on the mailing list, if you wish.
> 
> <http://tracker.labix.org/issue232>

I am interested in working on the various interfaces [Text|gt|qt] for
smartpm.  Seems like a good way to get my feet wet without getting into
the dependency solver and backend stuff.

In order to start adding features and fixing bugs, I would like to
enhance the readability of the existing codebase.

A very simple readability fix would be to replace self.progress with
self.progressbar in /gtk/progress.  According to HACKING, private
variables should be _progress. Calling the gtk.ProgressBar self.progress
rather than progressbar or _progress is confusing.

Dave 




More information about the Smart mailing list