The only good reason I've seen for a Strict Type Def is for Ring controls beings used for APIs. Rings should be used instead of Enums if your API will be used globally. Enums do NOT support localization since the strings are part of the data type, while Ring controls do support localization since the strings are not part of the data type.
↧