Open Byttemos opened 1 month ago
The codebase has an unsightly amount of global variables. This should be rectified to keep the code clearn and less error-prone.
Requirements for this issue:
This issue is of low priority until a minimum viable product is live.
Note to self: Javascript closures and nested functions seem to be the way to go in order to adress this issue.
The codebase has an unsightly amount of global variables. This should be rectified to keep the code clearn and less error-prone.
Requirements for this issue:
This issue is of low priority until a minimum viable product is live.