Well, a .pyc file would be a too blatant obfuscation, and people at my
job would get angry. I need something more subtle. So I need a
refactoring tool, preferably with which I can do scripting. These is
what I found up to now in the CheeseShop:
http://pypi.python.org/pypi/bicyclerepair/0.7.1
ht
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
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
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 "
Hi,
(sorry for replying to the old topic)
On Tue, Mar 6, 2012 at 10:29 PM, Javier wrote:
> I am looking for an automated tool for refactoring/obfuscation.
> Something that changes names of functions, variables, or which would
> merge all the functions of various modules in a single module.
> The