Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #60614 > unrolled thread

Re: Use of logging module to track TODOs

Started byJean-Michel Pichavant <jeanmichel@sequans.com>
First post2013-11-27 15:52 +0100
Last post2013-11-27 15:52 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Re: Use of logging module to track TODOs Jean-Michel Pichavant <jeanmichel@sequans.com> - 2013-11-27 15:52 +0100

#60614 — Re: Use of logging module to track TODOs

FromJean-Michel Pichavant <jeanmichel@sequans.com>
Date2013-11-27 15:52 +0100
SubjectRe: Use of logging module to track TODOs
Message-ID<mailman.3303.1385564731.18130.python-list@python.org>

----- 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.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web