You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lot of debt and bad practices has accumulated as this project grew from a small, quick & dirty program to a decently large codebase with a lot of moving parts. A lot of things have been neglected getting to this point that should be implemented:
Comment code (and ensure comment consistency)
Add program logs (likely via logging)
Project reorganization (things are cluttered and in not-always-relevant files)
General cleanup
Create pipelines for releases (if at all possible with pyinstaller & Inno Setup)
A lot of debt and bad practices has accumulated as this project grew from a small, quick & dirty program to a decently large codebase with a lot of moving parts. A lot of things have been neglected getting to this point that should be implemented:
logging)