Reputation: 22656
So as a pet project I'm planning on making a simple game using AJAX, Javascript and the Canvas element. While I do have javascript experience it is mostly in very small snippets for sites. I come from a Java background and don't want to start doing this in a "Java" way. Is there any resources that will help me structure and layout my code in a way befitting javascript?
Upvotes: 0
Views: 160
Reputation: 3524
Look at this question:
How to structure my javascript/jquery code?
Upvotes: 1