Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Gregory Ewing Newsgroups: comp.lang.python Subject: Re: (Still OT) Nationalism, language and monoculture [was Re: Python Worst Practices] Date: Tue, 03 Mar 2015 18:40:23 +1300 Lines: 17 Message-ID: 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> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net W7FypYES6J5DS/toDd+xRgh7u88eZsVpJitJXcGQOKbWT7C6cH Cancel-Lock: sha1:SaYucOC59vttXdlvIrSDCHvieQs= User-Agent: Mozilla Thunderbird 1.0.5 (Macintosh/20050711) X-Accept-Language: en-us, en In-Reply-To: Xref: csiph.com comp.lang.python:86814 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. -- Greg