This site has been archived and will no longer be updated.
You can find my new profile at neilpahl.com. My new blog is at 808.ninja.
Sub-Topics:   Graphviz
Thu, 15 Dec 2011:
To avoid verbose logs, I am looking into some good diagraming tools to draw sequence and class diagrams. Since I like doing my text editing in vim, it would be nice if I could generate the diagram from a text file or script.
I saw some simple examples on this blog of how they use graphviz and it seems quite straight forward.
So far I'm looking at dia (because it seems the most common), and graphviz because its supopsed to have a decent api.
Hopefully I can find something which fits my needs, and doesn't generate a (too) ugly diagram.
Fri, 16 Dec 2011:
looks like Graphviz is my choice for diagrams.
But, It doesn't create sequence charts how I would like. Now to find something that does, and does it efficiently.
Take a look here for my expiences with graphviz.