Pico Storm: A case study of the Main Pattern

Originally published at: https://patternsinthemachine.net/2022/09/pico-storm-a-case-study-of-the-main-pattern/

In my book — Patterns in the Machine: A Software Engineering Guide to Embedded Development — I discuss the Main Pattern. The Main Pattern states that an application is built by wiring together independent components and modules. The Main pattern consists of: The resolution of interface references with concrete implementations.The initialization and shutdown sequencing.The optional sequencing (or runtime execution) of…