legacy code - Drawing Effect Sketches - any tools support it? -
could tell me if there tools draw effect sketches described in michael feathers' book "working legacy code"??
the purpose of effect sketches show interactions between fields , methods in group of coupling classes while browsing through code.
for more information effect sketches, please refer following blogs: http://www.markhneedham.com/blog/2009/11/04/reading-code-unity/ http://www.markhneedham.com/blog/2010/02/23/coding-effect-sketches-and-the-mikado-method/
thanks!
ben wu
the second article demonstrates such tool: graphviz. @ example given , write dot file. run through dot
command line program form graphviz , you'll end graph looks 1 in article.
a dot file description of relationships. more on dot file syntax read documentation graphviz site or wikipedia entry: http://en.wikipedia.org/wiki/dot_(graph_description_language)
Comments
Post a Comment