josiah-wolf-oberholtzer / discograph

Social Graphing for the Discogs Database
MIT License
74 stars 11 forks source link

Refactor JS code into multi-file layout. #35

Closed josiah-wolf-oberholtzer closed 8 years ago

josiah-wolf-oberholtzer commented 9 years ago

Will improve clarity as the JS increases in size and complexity.

Some questions:

josiah-wolf-oberholtzer commented 8 years ago

JS is now split into multiple module files, but not concatenated. This seems acceptable for now. As complexity increases, moving to a D3-style concatenation system (to increase modularity of the source for legibility) may prove necessary.

josiah-wolf-oberholtzer commented 8 years ago

Moot.