This profile is from a federated server and may be incomplete. Browse more on the original instance.
0xSim, 1 year ago to programmer_humor in the myth of type safety The boy scout technique: fix your types when you're working on a bug or a feature, one file at a time. Also try to use unknown instead of any for more sensitive parts, it will force you to typecheck.
The boy scout technique: fix your types when you're working on a bug or a feature, one file at a time. Also try to use unknown instead of any for more sensitive parts, it will force you to typecheck.
unknown
any