A senior Python Dev knows the real answer is to stick 'assert's around the place sporadically and start using optional arguments like 'failonerror=False'
Realistically I think it depends what you are doing. For some code type hinting is useful. Some code it is not.
Realistically I think it depends what you are doing. For some code type hinting is useful. Some code it is not.