karplus / PteroDAQ

Other
3 stars 2 forks source link

Refactor main() #25

Closed karplus closed 9 years ago

karplus commented 9 years ago

Original report by kevin_karplus (Bitbucket: kevin_karplus, ).


Refactor main() in gui.py to eliminate all global variables, having instead a gui state class that has all the state variables for the gui.

karplus commented 9 years ago

Original comment by kevin_karplus (Bitbucket: kevin_karplus, ).


Refactoring gui into separate classes essentially done. Some minor movement of code may still be needed.