DEV Community

plantuml - drawing pictures with text

Gabriel Guzman on May 24, 2017

Someone at work recently pointed me towards PlantUML, a really neat tool that takes a simple textual description like this: me -> you: Say "H...
Collapse
 
rmorschel profile image
Robert Morschel

It's great for including diagrams with your code, and is great for sequence diagrams, but I wouldn't use it for more complex communication diagrams where it starts to creak a bit.

Collapse
 
ben profile image
Ben Halpern

Yeah, I think this is a convenience tool to make the easy task easier. The complicated task is still probably pretty complicated.

Collapse
 
gabeguz profile image
Gabriel Guzman

I've mostly been using it for sequence diagrams, and yes, it's is great for that! I haven't tried modeling anything very complex as of yet, but I'll see how that goes.

Collapse
 
walker profile image
Walker Harrison

Thanks for the quick demo Gabriel. I'm actually looking for a tool just like this and started a dev discuss to augment the process. PlantUML was one of the suggested tools.

Collapse
 
ben profile image
Ben Halpern

Cool!