Enuff ...Or, "Eegads, Not Uhhnother Frakking Framework"
This is my attempt to capture some things that can be done with JS—things I either do somewhat regularly, somewhat rarely, or maybe only hypothetically—in a single repository, essentially for my own understanding and future reference. I thought it would be fun to do all this in the guise of encoding that knowledge into a personal JS framework.
Where to go from here
There's a couple ways into all this:
- The process, which is the "me working through ideas step by step" version of things
- The narrative, which is a written overview of the process, with links to relevant starting points
- The demos, which will someday be, but right now is now, the "well here's some key bits, distilled" samples
- The docs, which are the automatically generated JSDoc files for the top-level script files within the project, mostly intended as a quick reference for the core library code as it is being developed