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


Groups > comp.lang.python > #22240

Re: Tools for refactoring/obfuscation

From Stefan Behnel <stefan_ml@behnel.de>
Subject Re: Tools for refactoring/obfuscation
Date 2012-03-27 15:12 +0200
References <jj6kmc$7vb$1@speranza.aioe.org>
Newsgroups comp.lang.python
Message-ID <mailman.1036.1332853945.3037.python-list@python.org> (permalink)

Show all headers | View raw


Javier, 07.03.2012 04:29:
> I am looking for an automated tool for refactoring/obfuscation.

Sadly, there really is one thing that these two have in common: they modify
code while retaining its exact functionality. Apart from that, they are
diametric opposites. Refactoring aims at making the code "better" in some
way, e.g. by making it more readable or easier to extend. Obfuscation aims
for making it worse, as in unreadable and hard to access. It's generally
not a good idea to do that. Code is there for humans to read.

Stefan

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


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