Lentil Hoffman 7a9fb5ac0c
Refactor to classes
This pattern is a natural fit for the js module system in the browser.
This gets rid of globals. Instead, index.js creates an instance of Main,
which then instantiates each of the specialized classes.

We should probably do class inheritance for the setMain pattern. On the other hand it's currently only 3 lines of code, so we'd only be saving 1 LOC per class, while creating a new class, and it wouldn't really be simpler. If our classes take on more features, we can further refactor.
2026-07-01 14:15:43 -05:00
2026-07-01 14:15:43 -05:00
2026-07-01 14:15:43 -05:00
2026-07-01 02:39:55 -05:00
2026-07-01 02:39:55 -05:00
2026-07-01 02:42:23 -05:00

mydeate

Idea mapping tool

Description
Idea mapping tool
Readme Unlicense 54 KiB
Languages
JavaScript 90.1%
CSS 7.8%
HTML 2.1%