zorchenhimer / MoviePolls

Voting to decide on a movie to watch with MovieNight
https://discord.gg/F2VSgjJ
16 stars 6 forks source link

Restructuring the whole project #99

Closed CptPie closed 2 years ago

CptPie commented 3 years ago

Different kinds of functions are sitting in the same file but dont make any sense being in the same file. I propose a new structure that DECENTLY structures the whole project and groups functions by functionality rather than scope. For example grouping all the handler functions into one file (or multiple files in a single folder/package) would be much better structure wise than spreading them among 3-4 different files named kinda randomly.

This will be hella lot of work and should be done if no PRs are to be expected but it is fucking necessary.