hello-world-org / hello-world-emerge

hello-world project emergence and setup
GNU General Public License v3.0
1 stars 0 forks source link

Which UML tool ? #3

Open Grenadingue opened 7 years ago

Grenadingue commented 7 years ago

Here is the UML tool I talked about: http://yuml.me

With this tool, we are able to draw "Class", "Activity" and "Use case" diagrams.

Here is a code sample, with a class diagram, to simply show how it works.

// Cool Class Diagram
[Customer|-forname:string;surname:string|doShiz()]<>-orders*>[Order]
[Order]++-0..*>[LineItem]
[Order]-[note:Aggregate root{bg:wheat}]

And the associated generated diagram. cool-diagram

It is usable from its web interface, or from the command line, for Linux (and OS X I presume, and maybe Windows too, as it works with pip)

Do you like it?

babmanfreemind commented 7 years ago

This tool is in beta version Is this trustworthy? Should we look for something else? @Grenadingue @Lejendarm

Grenadingue commented 7 years ago

I never got any problem while using it, but you're right I don't really know if we can fully trust it. I found that link on stackoverflow, but I didn't give a real look about the items in the list.