smtnhacker / OJHacker

1 stars 2 forks source link

Refactor: fix folder structure and some code formatting #1

Closed BastiDood closed 3 years ago

BastiDood commented 3 years ago

The biggest breaking change in this PR is the moving of source files into the src/ folder. As such, the program's main entry point must be changed from python main.py to python src/main.py (when running the initialization script). Other than that, there are no major changes from the code besides formatting.

mmfallacy commented 3 years ago

Oks lang ba if isama dito yung pag code-split nung files? For example: si generators instead na generators.py sya magkakaroon ka ng folder na generators with __init__.py tapos separate files for each PAs. Pedeng same change din gawin for commands, auxi, and the likes.

BastiDood commented 3 years ago

Mas maganda kung yung scope ng PR maliit lang. Siguro separate PR na lang yung ganyang refactoring. For now, yung focus ko lang sa PR na ito ay yung pag-move ng files sa src/.