machawk1 / wail

:whale2: Web Archiving Integration Layer: One-Click User Instigated Preservation
https://matkelly.com/wail
MIT License
345 stars 32 forks source link

Change code style from camelCase to snake_case #476

Closed machawk1 closed 3 years ago

machawk1 commented 3 years ago

In an effort to standardize the code for future maintainability, the style used should be changed from camelCase to snake_case per PEP-8.

Some of the camel or pseudo-camel case code is inherited, e.g., from wxPython, but the code in this project should not be.

This issue will track progress for this endeavor.