bshambaugh / node-arc-d3

Visualization of Triples
5 stars 0 forks source link

Break code into smaller modular chunks? #5

Open bshambaugh opened 7 years ago

bshambaugh commented 7 years ago

Why does createprimatives create primitives and do an XMLHTTP request with jQuery? Would be be better to do this in a main.js file and then call createprimatives and have it only include the constructPrimatives function?