Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #26100 > unrolled thread
| Started by | Peter Otten <__peter__@web.de> |
|---|---|
| First post | 2012-07-26 17:43 +0200 |
| Last post | 2012-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.
Re: Generating valid identifiers Peter Otten <__peter__@web.de> - 2012-07-26 17:43 +0200
| From | Peter Otten <__peter__@web.de> |
|---|---|
| Date | 2012-07-26 17:43 +0200 |
| Subject | Re: 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.
Back to top | Article view | comp.lang.python
csiph-web