Reply to Chris:

Wait. Deployment? Before deploying we *run the code* at least once and then we 
get the errors. And I'm not sure but type checking is ok but sometimes 
enforcing is a better option. Why? Mypy or typecheckers have to be run manually 
and they are also not part of the stdlib. Enforcing can help us catch it during 
editing because we don't deploy before running it at least once. So we're 
writing our own code and we don't run it before deploying? Mypy will catch at 
step 2 but enforcing can help as catch at step 1.
_______________________________________________
Python-ideas mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/IMD7WH43HFJ2IUJZG3HNYNWBQ3LRYYNM/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to