Added Martin Fowler's endorsement.

This commit is contained in:
Diomidis Spinellis 2004-05-29 08:36:59 +00:00
parent 01b5ee673e
commit 2610c7a0b7
2 changed files with 16 additions and 0 deletions

View File

@ -27,6 +27,14 @@ appearing in the book
In addition, Adam Feuer's
<a href="http://www.zipcon.net/~adamf/software/PyUMLGraph/">PyUMLGraph</a>
system extends the concept to Python programs.
Finally,
<a href="http://martinfowler.com">Martin Fowler</a> writes:
<blockquote>
I thought I'd send you a note saying how much I enjoyed discovering UML Graph. I've long fancied a text based way of describing UML diagrams, but never felt sufficiently time-rich to develop anything.
</blockquote>
Martin has created a
<a href="http://martinfowler.com/bliki/UmlSketchingTools.html">bliki entry</a>
describing his ideas of what an ideal textual language might look like.
<h3>Class Diagrams</h3> <!-- {{{1 -->
One specifies a class diagram using the Java syntax complemented by

View File

@ -27,6 +27,14 @@ appearing in the book
In addition, Adam Feuer's
<a href="http://www.zipcon.net/~adamf/software/PyUMLGraph/">PyUMLGraph</a>
system extends the concept to Python programs.
Finally,
<a href="http://martinfowler.com">Martin Fowler</a> writes:
<blockquote>
I thought I'd send you a note saying how much I enjoyed discovering UML Graph. I've long fancied a text based way of describing UML diagrams, but never felt sufficiently time-rich to develop anything.
</blockquote>
Martin has created a
<a href="http://martinfowler.com/bliki/UmlSketchingTools.html">bliki entry</a>
describing his ideas of what an ideal textual language might look like.
<h3>Class Diagrams</h3> <!-- {{{1 -->
One specifies a class diagram using the Java syntax complemented by