Closed tiramisuse closed 5 months ago
What will be the next PR's once this is resolved?
src/plot.js
does no DOM manipulation or touching of global variablessrc/core.js
handles DOM interactions such as events and updatessrc/presets.js
also does no DOM manipulation directlyThese should allow for easier changes and looser coupling of DOM to logic, and allow for models to be tested or used independently.
These will make users better informed if they are using it for decision making.
This is the first PR of what may be more, but broken up to give reviewers space. There's a few notable changes here, notable: