Everything is in one big app.js file and it was thrown together hastily.
Parts could be split up into other files, and better written.
Much of this refactoring should occur while writing unit tests, as it will ensure all changes/reorganization are done safely and cleanly. It also ensures that we won't need to refactor again to make sure all functions are written in a testable way.
Everything is in one big
app.js
file and it was thrown together hastily.Parts could be split up into other files, and better written.
Much of this refactoring should occur while writing unit tests, as it will ensure all changes/reorganization are done safely and cleanly. It also ensures that we won't need to refactor again to make sure all functions are written in a testable way.