On Thursday, November 21, 2013 7:22:10 AM UTC-5, abp wrote: > Why do you prefer declaring dependencies between > components of a system explicitly instead of using > prismatics Graph?
'Graph' by itself does not preserve the dependency relationships after constructing the map. But the two approaches are not incompatible: you can use 'Graph' to construct the system map, then use 'Component' to manage it. -S -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
