Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #26100
| From | Peter Otten <__peter__@web.de> |
|---|---|
| Subject | Re: Generating valid identifiers |
| Date | 2012-07-26 17:43 +0200 |
| Organization | None |
| References | <50113768.6070008@shopzeus.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2615.1343317423.4697.python-list@python.org> (permalink) |
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 comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Generating valid identifiers Peter Otten <__peter__@web.de> - 2012-07-26 17:43 +0200
csiph-web