Physics Derivation Graph navigation Sign in

sticking with the basics and avoiding dependencies

Published 2020-05-08T16:35:00Z by Physics Derivation Graph

There's a trade-off between "write all the code yourself" and "use external libraries."


Based on my observations of other projects not being durable due to the necessary upkeep of code when the "use external libraries" choice is selected, I've opted to write most of the code for the Physics Derivation Graph and thus minimize my risk associated with dependencies.

An example of this is avoidance of jQuery and other external Javascript libraries.
I was happy to find the site
https://plainjs.com/