Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #22407
| From | Lie Ryan <lie.1296@gmail.com> |
|---|---|
| Subject | Re: Tools for refactoring/obfuscation |
| Date | 2012-03-31 16:18 +1100 |
| References | <jj6kmc$7vb$1@speranza.aioe.org> <mailman.1028.1332813076.3037.python-list@python.org> <jkvcpm$boh$1@speranza.aioe.org> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1167.1333171140.3037.python-list@python.org> (permalink) |
On 03/29/2012 03:04 AM, Javier wrote: > Yes, in general I follow clear guidelines for writing code. I just use > modules with functions in the same directory and clear use of name > spaces. I almost never use classes. I wonder if you use some tool for > refactoring. I am mainly intersted in scripting tools, no eclipse-style > guis. > > Just let me know if you use some scripting tool. > > And, as somebody pointed in this thread obfuscating or refactoring the > code are very different things but they can be done with the same tools. <troll>if you're not using classes, your code is obfuscated already</troll> Anyway, I think it's better if you describe why you want such a tool. If you want to keep your code a secret, just distribute the .pyc file. If you want to refactor your code to improve readability, there is rope.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Tools for refactoring/obfuscation Javier <nospam@nospam.com> - 2012-03-07 03:29 +0000
Re: Tools for refactoring/obfuscation Vladimir Ignatov <kmisoft@gmail.com> - 2012-03-26 21:51 -0400
Re: Tools for refactoring/obfuscation Javier <nospam@nospam.com> - 2012-03-28 16:04 +0000
Re: Tools for refactoring/obfuscation Lie Ryan <lie.1296@gmail.com> - 2012-03-31 16:18 +1100
Re: Tools for refactoring/obfuscation Javier <nospam@nospam.com> - 2012-04-02 14:09 +0000
Re: Tools for refactoring/obfuscation Stefan Behnel <stefan_ml@behnel.de> - 2012-03-27 15:12 +0200
csiph-web