I want to make sure I understand this concept before I delve into implementing stricter type checking in my code base.
As the Type checking is an SDK4 COMPILER function, if I modify my code base (that supports devices across system2, 3 & 4) to enforce strict typing, will the resulting PRG run on the older, current System2 and System3 devices?
The fact that type checking is a global extension setting in VS Code leads me to believe that the answer above, must be YES because if the answer was NO, then the build process would need a method of setting the level of type checking for each device (possibly in jungles or manifest).