Hello,

I am trying to tidy up a project and I have two actions that could be 
somehow be automatized.

*1) Display the dependencies between the namespace of my project as a graph 
(text graph being good enough).*
One would want to break dependencies which do not make sense and sometimes 
to create indirection in order to lessen the impact of changes.

*2) Find out which dependencies are not required.*
Splitting a namespace might be quite easy (the complex part is on the 
consumer side) but often I find out that dependencies were not pruned 
correctly.
And so there are useless remaining dependencies that were not removed. 

I understand that a 100% bullet proof solution might be really hard to do.
But I was wondering, is there any tools that allows to do these tasks for 
common cases?

Regards

Bertrand Dechoux

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to