WANT: bad code in python (for refactoring example)

Paul Rubin no.email at nospam.invalid
Wed Feb 15 22:08:59 EST 2017


Antoon Pardon <antoon.pardon at rece.vub.ac.be> writes:
> On reason to use this is for some easy "logging"

I think it's better to use the actual logging module.  I generally start
a new program with print statements but convert them to logging after
there's enough code to want to be more organized about it.



More information about the Python-list mailing list