Eliminate Shared Global Data

Please sign up for the course before starting the lesson.

3 May 2022 by Phillip Johnston • Last updated 27 July 2022There are many problems that arise from the use of global variables, and they have long been considered harmful. However, we still work on many systems that make heavy use of global variables to share data and state across a system. In this lesson, …

Back to: Designing Embedded Software for Change > Design for Change Strategies