CSSG-Labs / PyNote

Text Editor Written in Python
GNU General Public License v3.0
3 stars 4 forks source link

Update saveas and init functions for pep8 compliance #22

Closed PatrickBruso closed 2 years ago

PatrickBruso commented 2 years ago

pep8 states that function and variable names "should be lowercase, with words separated by underscores as necessary to improve readability."

Currently, both the menu bar code in the init function and the code in the saveas function use lowerCamelCase instead of lowercase words separated by underscores. We need someone to update those variable names so they match pep8 standards and the rest of the program.

PatrickBruso commented 2 years ago

Closed via PR #23