Re: Use of logging module to track TODOs

2013-11-27 Thread Mark Lawrence
On 27/11/2013 14:52, Jean-Michel Pichavant wrote: - 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 resil

Re: Use of logging module to track TODOs

2013-11-27 Thread Jean-Michel Pichavant
- 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 TO

Use of logging module to track TODOs

2013-11-27 Thread Jordi Riera
Hey list, I always have issues with TODOs as they stay in the code and most of time forgot. On that, I tried to find a way to track them and to be able to output them automatically. Automatically is a key as if devs have to do it manually it won't be done. While I was checking the logging modu