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


Groups > comp.lang.python > #72460

Re: Choosing good names for things is difficult (was: Strange Behavior)

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.albasani.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.042
X-Spam-Evidence '*H*': 0.92; '*S*': 0.00; 'ascii': 0.09; 'restriction': 0.09; 'cc:addr:python-list': 0.11; 'ascii,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'relevance': 0.16; 'wrote:': 0.18; 'fit': 0.20; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'character': 0.29; 'sets': 0.30; 'message- id:@mail.gmail.com': 0.30; 'subject: (': 0.35; 'problem.': 0.35; 'received:google.com': 0.35; 'add': 0.35; 'pm,': 0.38; 'name': 0.63; 'such': 0.63; '\xe2\x80\x93': 0.77; 'subject:good': 0.84; '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:content-transfer-encoding; bh=VVLE3rM/afch0l8gsaR4suHrvhSSdlI5kVFFPQ7fkpQ=; b=RC7Q9F+9tA+/LY6ONXk5Rafd7Ci+aD63MWNG/p94hGP5fNjGLViyFrFYOk3wqXRM50 NocB4HuuAfidFvklm1E7diAG89zROSpkH8QhtE8uBQxLEuZyOeXpgQhMGUujkvPpypP5 3tgQdWHvFdJ3x8lBMsaVdMWmKQ3X91maC+EXeWRSYnuSgD1Oo6kwcjfkmP3TEG/Nv+Km xYUGAkW8Ii9KkDi4s9/ulikKX6tu6nlwT7bqhjq2RecOFXyCVe7saOgJBJkXiiPCobVA 1MVS7uRfFEh7tmdxmhViZrqmjFoH9Wir2rRPccAzEovzFQsVsXuJulq9NTYldYEEx2iv fsFg==
MIME-Version 1.0
X-Received by 10.52.13.98 with SMTP id g2mr4358496vdc.46.1401766389656; Mon, 02 Jun 2014 20:33:09 -0700 (PDT)
In-Reply-To <36b98684-b5b4-4a86-8c9f-76603a9c27ca@googlegroups.com>
References <CANYcpZy3qZHRORFPTnvPcSV+uU2MHHPPcKuDXXuRvjNJBnKJKg@mail.gmail.com> <mailman.10571.1401732331.18130.python-list@python.org> <538d1532$0$29978$c3e8da3$5496439d@news.astraweb.com> <mailman.10582.1401757062.18130.python-list@python.org> <36b98684-b5b4-4a86-8c9f-76603a9c27ca@googlegroups.com>
Date Tue, 3 Jun 2014 13:33:09 +1000
Subject Re: Choosing good names for things is difficult (was: Strange Behavior)
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <python-list@python.org>
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding quoted-printable
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.10585.1401766817.18130.python-list@python.org> (permalink)
Lines 8
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1401766817 news.xs4all.nl 2948 [2001:888:2000:d::a6]:58973
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:72460

Show key headers only | View raw


On Tue, Jun 3, 2014 at 12:06 PM, Rustom Mody <rustompmody@gmail.com> wrote:
> Add to that the restriction to limited character sets such as ASCII
> – a restriction that has only historical relevance

Wrong. The name has to fit inside the human's brain; if it's not
ASCII, that's not a problem.

ChrisA

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


Thread

Re: Strange Behavior robertw89@googlemail.com - 2014-06-02 20:05 +0200
  Re: Strange Behavior Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-06-03 00:22 +0000
    Re: Strange Behavior Chris Angelico <rosuav@gmail.com> - 2014-06-03 10:30 +1000
    Re: Strange Behavior Igor Korot <ikorot01@gmail.com> - 2014-06-02 17:49 -0700
    Choosing good names for things is difficult (was: Strange Behavior) Ben Finney <ben@benfinney.id.au> - 2014-06-03 10:57 +1000
      Re: Choosing good names for things is difficult (was: Strange Behavior) Rustom Mody <rustompmody@gmail.com> - 2014-06-02 19:06 -0700
        Re: Choosing good names for things is difficult (was: Strange Behavior) Chris Angelico <rosuav@gmail.com> - 2014-06-03 13:33 +1000
    Re: Strange Behavior Peter Otten <__peter__@web.de> - 2014-06-03 10:01 +0200
      Re: Strange Behavior Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-06-03 11:44 +0000

csiph-web