Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!rt.uk.eu.org!nntp-feed.chiark.greenend.org.uk!ewrotcd!news.nosignal.org!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.052 X-Spam-Evidence: '*H*': 0.90; '*S*': 0.00; 'subject:using': 0.09; 'dec': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'hides': 0.16; 'sorts': 0.16; 'wed,': 0.16; 'wrote:': 0.17; 'errors': 0.23; 'header:In-Reply-To:1': 0.25; 'message- id:@mail.gmail.com': 0.27; "d'aprano": 0.29; 'steven': 0.29; 'code': 0.31; 'asked': 0.33; 'to:addr:python-list': 0.33; 'code:': 0.33; 'received:google.com': 0.34; 'fail': 0.35; 'identified': 0.35; 'so,': 0.35; 'pm,': 0.35; 'received:209.85.220': 0.35; 'received:209.85': 0.35; '12,': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'dead': 0.62; 'worth': 0.63; 'now...': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=SNq0b4if8QpmJI3JDp4gjUL5JZPVCvlK4jk0cfJH+lE=; b=yR5Ra7bOKL979SOZhf3gVINbuTpGXVBOv8yZUF3PSQnXc1l7MFNWdwBjEsz3nL9dSl x9AwG5Pihb7PvvjKRVIZkYeELvZS6zh/EWGRzzYJybnrm0ofUIUpCLDsYkBstzZb7hIb FDRSmaUC1Uz4ttMrvZcmlsJvTLYlJHuzbZUmBBQ0hNjDIckNqsHuwadrSlA1PEZ6Cm9e SO6mzQwhi+laSPJs2NSUN7djFPM2xDAKPOsmfce/rnHiBlKuUk0l+Ux0a5xmaxMwTDkL 5zn+ebXb2EuALqH2Wprb/F1W6ZTt8Ue5TotR2d+iCIOOphu4WtK/kzHYMxyu8Y8Y3Lba eh3A== MIME-Version: 1.0 In-Reply-To: <50c82577$1$21722$c3e8da3$76491128@news.astraweb.com> References: <50c6eae2$0$21722$c3e8da3$76491128@news.astraweb.com> <50c82577$1$21722$c3e8da3$76491128@news.astraweb.com> Date: Wed, 12 Dec 2012 17:44:24 +1100 Subject: Re: ANNOUNCE: Thesaurus - a recursive dictionary subclass using attributes From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1355294667 news.xs4all.nl 6842 [2001:888:2000:d::a6]:58255 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:34688 On Wed, Dec 12, 2012 at 5:34 PM, Steven D'Aprano wrote: > So, let's see now... I identified that your Thesaurus code: > > * will fail silently; > * contains dead code that is never used; > * contains redundant code that is pointless; > * hides errors in the caller's code; > > and you consider this "not productive, not worth my time". Code review > with you must be *all* sorts of fun. He never asked for code review :) ChrisA