Practicing and exploring
Test your knowledge and understanding by answering some questions, getting some hands-on practice, and exploring the topics covered in this chapter with deeper research.
Exercise 18.1 – Online-only material
In the first edition of this chapter, I have only covered flowcharts and sequence diagrams using Mermaid. If you would like me to cover other types in future editions, please let me know which ones would be most useful to include in the print book.
Meanwhile, you can see examples of other types at the following links:
- Class diagrams represent the structure of a system by showing its classes, attributes, operations, and relationships. They are commonly used in object-oriented design: https://mermaid.js.org/syntax/classDiagram.html.
- State diagrams describe the states of an object and the transitions between those states. They are useful for modeling the lifecycle of objects in a system: https://mermaid.js.org/syntax/stateDiagram...