venantius / yagni

A Leiningen plugin for finding dead code
Eclipse Public License 1.0
219 stars 10 forks source link

Clean up `run-yagni` to expose a functional interface #28

Closed venantius closed 9 years ago

venantius commented 9 years ago

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.

venantius commented 9 years ago

Will be resolved by https://github.com/venantius/yagni/commit/9bed69087a193edb26d446253177d67ade7c2c3d when it merges into master.