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


Groups > comp.lang.python > #60614

Re: Use of logging module to track TODOs

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.albasani.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed0.kamp.net!newsfeed.kamp.net!feeder1.cambriumusenet.nl!feed.tweaknews.nl!194.109.133.86.MISMATCH!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <prvs=0368e56e7=jeanmichel@sequans.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status UNSURE 0.220
X-Spam-Level **
X-Spam-Evidence '*H*': 0.58; '*S*': 0.02; 'context': 0.07; 'happen.': 0.09; 'subject:module': 0.09; 'cc:addr:python-list': 0.11; 'gonna': 0.16; 'fix': 0.17; 'hey': 0.18; 'possible,': 0.19; 'not,': 0.20; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'switch': 0.26; 'header:In-Reply-To:1': 0.27; "i'm": 0.30; 'code': 0.31; 'fixing': 0.31; 'weeks': 0.32; '-----': 0.33; "i'll": 0.36; 'project': 0.37; 'thank': 0.38; 'todo': 0.38; 'list,': 0.38; 'how': 0.40; 'remove': 0.60; 'you.': 0.62; 'information': 0.63; 'myself': 0.63; 'received:194': 0.64; 'week,': 0.64; 'to:addr:gmail.com': 0.65; 'notice:': 0.67; 'urgent': 0.67; 'person,': 0.68; 'privileged.': 0.69; 'greetings': 0.72; 'disclose': 0.74; 'todos': 0.78; 'instantly': 0.84; 'forgotten': 0.91; 'medium.': 0.91
X-IronPort-AV E=Sophos;i="4.93,782,1378850400"; d="scan'208";a="2173679"
X-Virus-Scanned amavisd-new at zimbra.sequans.com
Date Wed, 27 Nov 2013 15:52:41 +0100 (CET)
From Jean-Michel Pichavant <jeanmichel@sequans.com>
To Jordi Riera <kender.jr@gmail.com>
In-Reply-To <0f0dc3b6-1c06-4c76-99ba-8df4969d6ee2@googlegroups.com>
Subject Re: Use of logging module to track TODOs
MIME-Version 1.0
X-Mailer Zimbra 7.2.4_GA_2900 (ZimbraWebClient - GC7 (Linux)/7.2.4_GA_2900)
Content-Type text/plain; charset="utf-8"
Content-Transfer-Encoding base64
X-Mailman-Approved-At Wed, 27 Nov 2013 16:05:30 +0100
Cc python-list@python.org
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.3303.1385564731.18130.python-list@python.org> (permalink)
Lines 18
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1385564731 news.xs4all.nl 15891 [2001:888:2000:d::a6]:52628
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:60614

Show key headers only | View raw



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

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web