[Tutor] Tkinter and after() method

Cameron Simpson cs at cskk.id.au
Mon Jan 30 20:49:53 EST 2023


On 31Jan2023 11:39, Phil <phillor9 at gmail.com> wrote:
>The Tkinter project is 128 lines in length plus a class file of 15 
>lines.
>
>Would anyone be interested is reviewing the code? There won't be any 
>hard feelings and I understand completely if the answer is no.

Feel free to post it. Can you also describe the design issue and the 
enhancement it blocks?

Usually globals are to be avoided; normally I put state in an instance 
of a class and pass the class instance around.

Cheers,
Cameron Simpson <cs at cskk.id.au>


More information about the Tutor mailing list