minus-square0xSim@fedia.iotoProgrammer Humor@programming.dev•the myth of type safetylinkfedilinkarrow-up0·1 year agoThe 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. linkfedilink
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 ofany
for more sensitive parts, it will force you to typecheck.