Zackermax / pe

0 stars 0 forks source link

DG Cli sequence diagram missing all but one activation box #18

Closed Zackermax closed 1 week ago

Zackermax commented 1 week ago

14_cli_sequence_diagram.png

The absence of all but the first activation box for :Cli makes the diagram very hard to understand, especially since :Cli does not return to the User at any point except "Return user input" early on in the flow.

Is each function call from the user a separate operation, or are they all part of one large activation which is interleaved with a lot of self-activations?