Q201-Q205

Cheat Sheet

QuestionCore IdeaSenior Signal
Q201Strict modeUse strict checks as the baseline and migrate legacy code in controlled phases.
Q202Structural typingCompatibility follows shape, so validate external data and brand important IDs.
Q203InferenceLet locals infer, but protect public contracts and important literal values.
Q204-Q205Unions and genericsModel valid states explicitly and use generics only when they preserve relationships.