Open
Description
Currently we just load all functions into the html namespace and call them. Instead we can structure the project with modules. The only roadblock I think is that modules are viral, if you create one it can only be imported by other modules, making it harder to do this incrementally.
" module features are imported into the scope of a single script — they aren't available in the global scope." - MDN