Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!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.035 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'clearly,': 0.09; 'pm,': 0.10; 'wrote:': 0.14; 'angelico': 0.16; 'coworkers': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'situation.': 0.19; 'header:In-Reply-To:1': 0.21; 'thu,': 0.22; 'received:209.85.210.174': 0.23; 'received:mail- iy0-f174.google.com': 0.23; 'there.': 0.25; 'message- id:@mail.gmail.com': 0.28; 'problem': 0.28; '"well,': 0.30; "can't": 0.32; 'steven': 0.32; 'does': 0.33; 'to:addr:python- list': 0.33; 'lines': 0.33; 'chris': 0.34; "d'aprano": 0.35; 'probably': 0.36; 'received:google.com': 0.37; 'something': 0.37; 'received:209.85': 0.37; 'but': 0.38; 'subject:: ': 0.38; 'some': 0.38; "i'd": 0.39; 'received:209': 0.39; 'goes': 0.39; 'to:addr:python.org': 0.39; 'best': 0.60; 'biggest': 0.73; 'imagined': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=xdd53MpaRiZRYc5Xu0GuV7ihL6ksjqalLRwtUmQrX4A=; b=e4pwpxz8KyhEcSsz4iEDNTKfV2itXttqO65LETHsoobTfGemtt7SjpHywa2whk4Mq1 56lSQ/GrumZX3p109bDnelLyHWqCFnEjBNsJeW8+ZHnFhlTk7RShHW2sBvVdYakjAKlE sn3gtHd9JlnrVTwpnrZry5mH2XIEqyeGwvSeg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=v0FQNABP5KevWBbalvhyPSsdXxSOoWAMG1eHz7sUhM9Ny/5KMdXgto6jlZkZ51HTrQ 35zT0k5ru2D8sGEuv5EDJiffaE/Q9uvpsql14j5CaF8M37n4Dtxe4SqvmQRTMxezw/BU ENDsgsFnwAGKIzo9bdeR9eL20LnPYmywRacyo= MIME-Version: 1.0 In-Reply-To: <4de71c42$0$29983$c3e8da3$5496439d@news.astraweb.com> References: <2_AFp.30000$241.24052@newsfe07.iad> <4de71c42$0$29983$c3e8da3$5496439d@news.astraweb.com> Date: Thu, 2 Jun 2011 18:02:22 +1000 Subject: Re: Something is rotten in Denmark... 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.12 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: 13 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1307001746 news.xs4all.nl 49176 [::ffff:82.94.164.166]:49676 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:6845 On Thu, Jun 2, 2011 at 3:14 PM, Steven D'Aprano wrote: > The problem with Do What I Mean is that it so rarely Does What You Mean. > At best it Does What Some Other Guy Imagined I'd Probably Mean In This > Situation. Let's not go there. +1 One of my biggest "threats" to my coworkers goes along the lines of "Well, go ahead, but you have to document it for the internal wiki". If you can't document something clearly, it's probably a bad idea. Chris Angelico