|
|
|
|
|
by elviejo
2182 days ago
|
|
first of all I would recommend to stay away from UML. It's a bloated tool. that don't translate to code. for the design phase I think the C4model and a sequence diagram provide all the tools to think about your project. in order to produce such diagrams you can use plantuml. Because that way you can store it with your code in git. |
|