CenterForTheBuiltEnvironment / comfort_tool

CBE Thermal Comfort Tool for ASHRAE-55
http://comfort.cbe.berkeley.edu
Other
90 stars 39 forks source link

Migrate to ES6 and use imports/modules #15

Closed thoyt closed 3 years ago

thoyt commented 5 years ago

Currently we rely on the global namespace and have to know which files are needed for a given feature. Ideally we'd have modules (maybe ES6, or node.js require or some other module system) that we can import cleanly.

https://exploringjs.com/es6/ch_modules.html