plantUML Best Practices

# PlantUml

Activity in use plantUML flowchart of FIG Videos for good use; class diagrams but not very easy to use; personal experience as follows:

• a timing chart recommended
• Use Case Diagram ships
• class diagram is not recommended, or with a Visual Paradigm StarUML better
• activities FIG Recommended
• assembly of FIG Usually
• a state diagram is not recommended, with better visio
• object diagram
• deployment FIG
• timing chart

deploy

  • Download plantuml plug
  • Install Graphviz
    • You can use scoop installation: scoop install graphviz

tool

  • pdf plantuml specification, as used with manual investigation;

Experience

  • It recommended at the start of the project to build a development documents folder;
    • Inside .plantuml file name suggested by Chinese, it is easier to see;
  • A file can be written in a plurality of FIG; Simply @startuml, @enduml can be surrounded;
    • Use VScode PlantUML (jebbs) plug-in, which hover in the code which will figure in the view of the code of Preview;

Guess you like

Origin www.cnblogs.com/chenium/p/12276176.html