Skip to content

Cleaning the code up before it gets too messy

Closed Mar 29, 2024 0% complete

All of Varia's code should not just exist within a single file. Different functions should at some point be moved into different files which would make the code easier to understand and manage. The importance of this will increase over time as the code becomes less manageable with every new commit with new functions. This overhaul ideally should include m…

All of Varia's code should not just exist within a single file. Different functions should at some point be moved into different files which would make the code easier to understand and manage. The importance of this will increase over time as the code becomes less manageable with every new commit with new functions. This overhaul ideally should include migration to UI files in order to declare the UI elements with XML as per @bragefuglseth's suggestion.

Loading