Re: Refactoring question

2007-04-04 Thread Steve Holden
[EMAIL PROTECTED] wrote: > On Apr 3, 11:41 pm, "ginstrom" <[EMAIL PROTECTED]> wrote: >>> On Behalf Of Kevin Walzer >>> What's the best way to do this? Can anyone point me in the >>> right direction? How could, for instance, the top snippet be >>> rewritten to separate the Tkinter parts from the gen

Re: Refactoring question

2007-04-04 Thread kyosohma
On Apr 3, 11:41 pm, "ginstrom" <[EMAIL PROTECTED]> wrote: > > On Behalf Of Kevin Walzer > > What's the best way to do this? Can anyone point me in the > > right direction? How could, for instance, the top snippet be > > rewritten to separate the Tkinter parts from the generic stuff? > > I like to u

Re: Refactoring question

2007-04-03 Thread ginstrom
> On Behalf Of Kevin Walzer > What's the best way to do this? Can anyone point me in the > right direction? How could, for instance, the top snippet be > rewritten to separate the Tkinter parts from the generic stuff? I like to use the broadcaster/broker recipe at http://aspn.activestate.com/ASPN/