Refactoring With Python

last modified: September 2, 2010

Python has some nice features for refactoring:

I am truly hooked on PyCharm - despite the rest of it is a peesa-crap JavaLanguage editor that's slow and fills my swapper file up with billions of pcodes that I will never use. It has ExtractVariableRefactor and ExtractMethodRefactor. I don't _want_ to do any more advanced refactors automatically... --PhlIp


Things to watch out for:


See BicycleRepairMan, PythonRefactorings


CategoryPython CategoryRefactoring


Loading...