Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor code to use proper imports/exports #6

Open
3 tasks
gerrod3 opened this issue Jan 18, 2025 · 0 comments
Open
3 tasks

Refactor code to use proper imports/exports #6

gerrod3 opened this issue Jan 18, 2025 · 0 comments
Labels
task refactor or small change to existing behavior

Comments

@gerrod3
Copy link
Owner

gerrod3 commented Jan 18, 2025

Right now everything is done through the global namespace and calling each file in the correct order in the main html. This is messy and difficult to maintain. Switch to proper export/import convention.

TODO:

  • Write out the call order of the files
  • Figure out the dependencies between functions
  • Create proper structure
@gerrod3 gerrod3 added the task refactor or small change to existing behavior label Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task refactor or small change to existing behavior
Projects
None yet
Development

No branches or pull requests

1 participant