|
|
|
|
|
by jerf
1510 days ago
|
|
"I think you very much can say that "at the boundaries, applications are procedural" (i.e., they do side-effecting things sequentially)." You may be able to; I can't. I have a number of incoming event streams that are not necessarily ordered. Now, like I said, you don't implement all code everywhere for all possible missteps, so you may have specific apps that get away with assuming orderedness. But it is not a general thing you can rely on. |
|
That doesn't make the application not-procedural. If it's having side effects, it's procedural in a sense.
Order, here, is not about inbound event order, but about ordered steps in processing any one event.