I wanted to start a new bigger project. I noticed it'd be a good idea to not just dive in and create a concept first.
Since I've translated UMLs to Code i thought it'd be a good opportunity to do it the other way around.
Any suggestions. I tried draw.io but it's rather bothersome and time consuming (feels like using paper/goodnotes would be faster and more efficient).
#How to do UML-diagrams
1 messages · Page 1 of 1 (latest)
<@&987246841693360200> please have a look, thanks.
Intellij can generate some UML from code. I think other IDE's can do this as well.
I would bet there is even a free service that will do this.
i dont want to create an UML from code, i want to do it the other way around.
Creating UML -> implement easily
Since I've translated UMLs to Code i thought it'd be a good opportunity to do it the other way around.
You can create a uml diagram using by writing a simple code-
It will make your diagram consistent and anyone can render that code into a diagram.
Check - plantuml.com
Nowadays u won’t even have to write code, LLMs generate this code by just your prompt and you can modify on the go.