Rewrite timer types to use a class and not a dictionary #29
Labels
back end
a change to the back end of the code base
easy issue
Good for newcomers
python
Pull requests that update Python code
Ok, using a dictionary is just gross, lets use a class instead.. you would probably be able to cut down on the fields for the timer too, by having a constructor with a default function value, so NEEDS_FUNCTION would no longer be necessary. Modifications needed to at least Utils.py and Timers.py. Maybe this new class should just be declared in the Timers.py file?
The text was updated successfully, but these errors were encountered: