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

JS modules / tools #6

Open
coleshaw opened this issue Sep 20, 2017 · 0 comments
Open

JS modules / tools #6

coleshaw opened this issue Sep 20, 2017 · 0 comments

Comments

@coleshaw
Copy link
Contributor

So one thing to think about is to modularize the code for this game...and modularize in the JavaScript sense (not just pull things out into smaller methods). There are some good articles about it, like this one about AMD. Using a framework (like React or Angular) would also encourage / enforce modules.

I realize this would be a significant change, so I'm not sure it's worth undertaking for Run Kitty Run at this point, but it's something to consider for future projects... also using something like webpack or browserify may help with development (hot reloading) and deployment (minified / combined JS / CSS files).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant