Path: csiph.com!usenet.pasdenom.info!gegeweb.org!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!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.009 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.06; 'failing': 0.07; 'identifier': 0.09; 'pep': 0.09; 'recommends': 0.09; 'spelling': 0.09; 'subject: [': 0.09; 'subject:language': 0.09; 'cc:addr:python-list': 0.11; 'project,': 0.12; 'effect.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'identifiers': 0.16; 'imposing': 0.16; 'subject: \n ': 0.16; 'wrote:': 0.18; 'normally': 0.19; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'subject:) ': 0.29; 'message-id:@mail.gmail.com': 0.30; 'context.': 0.31; 'but': 0.35; 'received:google.com': 0.35; 'similar': 0.36; 'should': 0.36; 'being': 0.38; 'subject:]': 0.38; 'issue': 0.38; 'pm,': 0.38; 'enough': 0.39; 'easy': 0.60; 'most': 0.60; 'matter': 0.61; "you're": 0.61; 'more': 0.64; 'mar': 0.68; '2015': 0.84; 'subject:Practices': 0.84; 'understand,': 0.84; 'cognitive': 0.91; 'to:none': 0.92 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:cc :content-type; bh=LUztAmFtcaKWMXlvJ2ARzA+JH4WzGQy4C8oJ7xqkhY8=; b=lHdkbtZY6/Z9/YFV8mPOUMXSB4qUiEjlyH9p51S9xHKhH9NpHC1nXCLN0jSIZiqsaI L7o8rj6aN4pKkuHyKuphQoCkQiHVlLdphQk3Pkk/69B4BTV2oqbgTmMO/s5b4b+lj7o8 XS0ziFRUUYurKyGRNq4MHABjCRFv0yuJdavKUCkEDfAt27pgu6RHp2bV28pC5AZ1grSK iQosk0ELp/1FUbBsf6MYgDyyVL6/iAJY6w+0NMy8AO7toFiZ8KQ+LPrZCLMAuQFwlNLx CCc1r/QhCorHIazeRI+jJwTPuL/Lw6+/SiNaC5xDeipJhp3swUyafMiMG3ALNojbgMp4 qcWQ== MIME-Version: 1.0 X-Received: by 10.107.128.219 with SMTP id k88mr41353578ioi.27.1425365802676; Mon, 02 Mar 2015 22:56:42 -0800 (PST) In-Reply-To: References: <87ioem8ftg.fsf@elektro.pacujo.net> <54f2c9c6$0$12991$c3e8da3$5496439d@news.astraweb.com> <8761ak7kxm.fsf@elektro.pacujo.net> <87sido6491.fsf@elektro.pacujo.net> <6d6033b8-d228-4f5f-ac68-ae5b2a226431@googlegroups.com> <87d24regm6.fsf@elektro.pacujo.net> <54f4763c$0$12979$c3e8da3$5496439d@news.astraweb.com> Date: Tue, 3 Mar 2015 17:56:42 +1100 Subject: Re: (Still OT) Nationalism, language and monoculture [was Re: Python Worst Practices] From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.19 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: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1425365810 news.xs4all.nl 2866 [2001:888:2000:d::a6]:38859 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:86820 On Tue, Mar 3, 2015 at 4:40 PM, Gregory Ewing wrote: > Chris Angelico wrote: >> >> You want to >> use "colour" instead of "color"? Also not a problem, and should be >> easy enough for someone to understand who normally spells it the other >> way. > > > It's not a matter of failing to understand, it's about > having more than one spelling of an identifier around > imposing an extra cognitive burden. > > PEP 8 recommends against abbreviating identifiers because > it's hard to remember which abbreviation is being used > in any given context. Multiple alternative spellings > have a similar effect. Aye, but that's only an issue if you use more than one. You're most welcome to use "colour" in a project, just be consistent. ChrisA