abingham/prosjekt

Investigate best-practices for breaking code up into files

Opened this issue · 0 comments

Right now we just have all of the code in a single file. This seems unwieldy, but I don't know the best approach to breaking it up re the load system. In order to avoid polluting the files available via load-path, etc. Also want to avoid double-processing of files if that's an issue...maybe it's not.