code-reviews

mattboehm 2018-01-05T00:10:47.000245Z

I've been working on web app for directed graphs and would appreciate any feedback on the code/app 😃 https://github.com/mattboehm/dottask/tree/master/src/dottask http://dottask.mattboehm.rocks/

mattboehm 2018-01-05T00:11:49.000365Z

The main way to interact is to to drag from a node to empty space above/below to add a linked node before/after or on drag between nodes to add/remove links, but there are more features described in "help"

mattboehm 2018-01-05T00:13:52.000022Z

This is my first cljs project so apologies in advance for the ugly code =P. FWIW, you can fold code in the browser with https://github.com/noam3127/github-code-folding

mattboehm 2018-01-05T00:19:37.000173Z

I think my biggest issues with the code are that the data structures feel a little too arbitrary/informal to me and the support of clusters that you can collapse has made some functions pretty complicated.