Hi.<p>I just graduated and am now involved with a (non-commercial) project where we are in the design phase.<p>I am using Visual Paradigm Community Edition to draw sequence diagrams since this was the tool I used in my uni classes.<p>I am not asking where to or not to use UML diagrams. I am asking which are the best tools to draw them.
I use draw.io at <a href="https://app.diagrams.net/" rel="nofollow">https://app.diagrams.net/</a><p>It is free and online. I can draw diagrams that I used to draw with Visio but I don't have to install software and can use it from anywhere.<p>I can export the documents to my local machine as a master file (e.g. file type is *.drawio) or can export them as an image (e.g. JPG, PNG, etc.)<p>There are lots of subjects that you can turn on (also free) ranging from architecture to electronics.<p>I can usually find what I need or something that works well enough for my simple needs.<p>I can also use it kinda like a white-board in screen-sharing meetings.<p>Though - looking at other comments - yEd looks pretty powerful. I'll have to check it out.
PlantUML [1] if you want to create diagrams with textual descriptions. I find that much easier to modify and maintain in the long run.<p>[1] <a href="https://plantuml.com/" rel="nofollow">https://plantuml.com/</a>
I don't do a lot of diagramming...But I've found Yed[1] to be nice. Free & Cross Platform.<p>[1] <a href="https://www.yworks.com/products/yed" rel="nofollow">https://www.yworks.com/products/yed</a>
Plant text [1],<p>+ free
+ online no instalation needed
+ source is text file can be put in git for collaboration<p>- source is text file no drag&drop<p>[1] <a href="https://www.planttext.com/" rel="nofollow">https://www.planttext.com/</a>
Not a heavy UML user but the Dia Diagramming tool has worked well for me. Link: <a href="https://wiki.gnome.org/Apps/Dia" rel="nofollow">https://wiki.gnome.org/Apps/Dia</a>
Check out Excalidraw - <a href="https://excalidraw.com/" rel="nofollow">https://excalidraw.com/</a>
It is an open source, no-frills tool that you can use to quickly draw simple diagrams.<p>I am using it quite often to sketch LoFi mocks.<p>It stores in your browser's localstorage, and you can easily collaborate with others in realtime.
I've seen Microsoft Visio used pretty often in larger/non-tech companies.<p>I opt for <a href="https://draw.io" rel="nofollow">https://draw.io</a> if I need a quick diagram personally (it's a big plus that you can guarantee the recipient has access since it can be opened from the browser version).
I’ve made mostly due with Google Doc with Google Drawings. They are editable, so better than a picture. However, the canvas has limited size, smaller than a doc page. It forces multiple drawings for a single flow sometimes.<p>We used to use Prezi. It is pretty amazing.
I learned uml in University couple of decades ago. I don't remember ever using UML since.<p>If you are using UML during design phase, you probably are not going in right direction.
first of all I would recommend to stay away from UML. It's a bloated tool. that don't translate to code.<p>for the design phase I think the C4model and a sequence diagram provide all the tools to think about your project.<p>in order to produce such diagrams you can use plantuml. Because that way you can store it with your code in git.