An important aspect to development is the planning stage. PlantUML is one tool which we use to share ideas and detailed concepts.
By laying out product flow in a simple and graphical format, we can rapidly share designs with project stakeholders. Being a mark-up language however allows us to rapidly modify these diagrams on-the-fly during discussions, cutting down on ambiguity.
Staff Summaries
Member A
- It is language to draw UML diagram
- UML is regulation to make a diagram of the software function or structure
Member B
PlantUML is a text-based language for creating UML diagrams. Easier to create UML diagrams. Typical UML diagrams are class diagrams, use case diagrams, sequence diagrams, and so on. UML diagrams are used during design and source code documentation.
Member C
UML is Unified Modelling Language, a language used to create diagrams. Explaining a system using diagrams can make it enormously easier than describing it in plain text. UML is primarily used to describe Object-Orientated systems so is primary used in software devvelopment. Its goal is to describe objects within a system and their interactions with other objects in a visual manner.
PlantUML allows users to create UML diagrams using human-readable plain-text. A graphics package called Graphviz is required to render the diagrams.