September 2018
Intermediate to advanced
398 pages
9h 43m
English
It is sometimes necessary to represent the Actor flow using a diagram. The more Actors there are in your system, the more difficult it is to picture the entire workflow, especially if you do not work on the code for a while and then come back to it.
The following is a diagram of our project, illustrating the workflow when a new browser is connected:

With this kind of diagram, you can clearly understand who is creating the Actors, and can also understand the sequences of messages between them.
The following diagram illustrates a message being sent from the browser:
Notice that the start of the third message indicates that ...
Read now
Unlock full access