On Wed, May 26, 2021 at 07:39:54AM -0000, Shreyan Avigyan wrote:
> Chris wrote:
> > There are many arguments in favour of constants, but this one strikes
> > me as particularly weak.
> 
> That's not exactly how I meant it. I was telling that while constant 
> should be there it should not be used as "Use constants everywhere". I 
> actually believe the main reason for constants should "Debugging".

I know how to use each of these things for debugging:

- print
- the interactive interpreter
- the Python debugger pdb
- the logging module

I have no idea how you think we can use `constant` for debugging.


-- 
Steve
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/FFR7GHTKKCELGOAOQK7IAXZ7OAXVO3KL/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to