Work on bundling, so that: - Source code is divided into relevant files to honor [the separation of concerns](https://en.wikipedia.org/wiki/Separation_of_concerns). - Script is bundled into a single file. - Bundled script takes the minimum space.