HelloWorldSeniorProject / AirGui

0 stars 0 forks source link

Readability #1

Open KayDVC opened 8 months ago

KayDVC commented 8 months ago

Per internal discussion, the starter code is to be modified for readability purposes. This includes adding comments as necessary, separating large chunks of code into smaller, reusable functions, and other standards outlined in Google's Python style guide.

KayDVC commented 7 months ago

Significant improvements to code separation have been made and the program is fairly module in its current state.

In-file documentation still needs to be improved to match the style guide previously mentioned.