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


Groups > comp.lang.python > #26100 > unrolled thread

Re: Generating valid identifiers

Started byPeter Otten <__peter__@web.de>
First post2012-07-26 17:43 +0200
Last post2012-07-26 17:43 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Generating valid identifiers Peter Otten <__peter__@web.de> - 2012-07-26 17:43 +0200

#26100 — Re: Generating valid identifiers

FromPeter Otten <__peter__@web.de>
Date2012-07-26 17:43 +0200
SubjectRe: Generating valid identifiers
Message-ID<mailman.2615.1343317423.4697.python-list@python.org>
Laszlo Nagy wrote:

> I do not want this program to generate very long identifiers. It would
> increase SQL parsing time, and don't look good. Let's just say that the
> limit should be 32 characters. But I also want to recognize the
> identifiers when I look at their modified/truncated names.

Reality check: the shortened identifiers will look worse, parsing time is 
negligable -- and it will be hard to recognize the mangled identifiers.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web