July 2020
Intermediate to advanced
360 pages
7h 8m
English

Similar to the Letterbox style (Chapter 12), but where the things have independent threads of execution.
29.1Constraints
⊳The larger problem is decomposed into things that make sense for the problem domain.
⊳Each thing has a queue meant for other things to place messages in it.
⊳Each thing is a capsule of data that exposes only its ability to receive messages via the queue.
⊳Each thing has its own thread of execution independent of the others.
29.2A Program in This Style

29.3Commentary
THIS STYLE is a direct ...
Read now
Unlock full access