Per Stuart's comment on the Clojure Google group, we should clean up run-yagni to return a map of results. I think the preferred way of doing this will probably be to have run-yagni return the actual dependency graph.
The short version of this issue basically says: run-yagni does too much, refactor it.
Per Stuart's comment on the Clojure Google group, we should clean up
run-yagni
to return a map of results. I think the preferred way of doing this will probably be to haverun-yagni
return the actual dependency graph.The short version of this issue basically says:
run-yagni
does too much, refactor it.