sam-lb / complexmos

WebGL-based Desmos-style graphing calculator with complex number support
http://complexmos.sambrunacini.com/app/
MIT License
3 stars 0 forks source link

break up script.js into more reasonable files #17

Closed sam-lb closed 1 month ago

sam-lb commented 1 month ago

I don't know why I allowed it to get to this point (script.js is 1,846 lines as of right now and has several semantically different tasks)

One possibility:

script.js is still going to be a huge file after these changes, but it will be more organized.