I have truly enjoyed working with the Twisted Framework in recent weeks and have delved into Nevow, Atop, PB, and Twisted.web. I am creating an application with all of these components and am finding that my application is growing and becoming a bit complex. In order to keep track of the complexity of asynchronicity (deferreds, etc.), I am wondering what, if any, diagramming tools twisted developers use for designing visual schematics to accompany their projects? Are there any such programs that can parse code based on twisted which automatically generates visual representations of flows and logic? Has anyone tried using Dia? Serg _________________________________________________________________ The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail
On Sun, Aug 22, 2004 at 10:51:12AM -0400, Sergio Trejo wrote: | Has anyone tried using Dia? I use graphviz and a UML graphing tool based on its dot files. http://www.zipcon.net/~adamf/software/PyUmlGraph/ http://www.research.att.com/sw/tools/graphviz/ Clark
participants (2)
-
Clark C. Evans
-
Sergio Trejo