gustafl / lexeme

A new take on language learning.
1 stars 0 forks source link

Modularize JS code #48

Open gustafl opened 8 years ago

gustafl commented 8 years ago

The scripts.js file is starting to get pretty large now. I should divide it into modules. See this course:

https://app.pluralsight.com/library/courses/structuring-javascript/table-of-contents

gustafl commented 7 years ago

Work on this has started. I have decided to used the AMD module pattern and the Require.js module loader.