Use of logging module to track TODOs

Jean-Michel Pichavant jeanmichel at sequans.com
Wed Nov 27 09:52:41 EST 2013



----- Original Message -----
> Hey list,

Greetings !


> How do you do with your TODOs?
> 
> Regards,
> Jordi

TODOs always share the same fate : they get forgotten and wander the code until the project dies. Unless you have the required mental resilience to stop the urgent work to fix your TODOs once a week, this is gonna happen.

Here's how I'm dealing with TODOs:
1/ I instantly remove them.
2/ I force myself to fix them right now, when possible, If not, I'll have to live without.

At least, it works for me.

JM

Note : fixing the TODO right now is efficient as you don't need to switch your working context a few weeks later.


-- IMPORTANT NOTICE: 

The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.


More information about the Python-list mailing list