tomcontileslie/ThatChord

Improve file interdependencies

tomcontileslie opened this issue · 1 comments

The current state of things is that necessary files are imported as modules into other files. Notation is fairly consistent across the files, though, so would it not be easier to simply run the necessary scripts at the top of the main file, for example? That way, everything is a global variable.

This is quite possibly the worst idea I've ever had (see #23 for my current ideas)