zztin / ctimer

This is a python implementation of a famous time management technique. CTimer helps you keep track of your productivity during the day, and help you set realistic goals for your day.
Apache License 2.0
0 stars 1 forks source link

refactor(view): tkinter component variable renaming #43

Closed tai271828 closed 3 years ago

tai271828 commented 3 years ago

Types of changes

Please put an x in the box that applies

Description

Rename all variables used to represent tkinter components to make the code easier to maintain.

Steps to Test This Pull Request

Launch the app, check all labels and try all buttons.

Expected behavior

The labels show expected wording. The buttons show expected response.