Byttemos / CV-RPG

This is a RPG-style digital resume. Not much else to it
Other
0 stars 0 forks source link

Refactor codebase to limit amount of global variables #2

Open Byttemos opened 1 month ago

Byttemos commented 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.

Byttemos commented 1 month ago

Note to self: Javascript closures and nested functions seem to be the way to go in order to adress this issue.