On my way of finding a tool to easy find defination/reference of Python code, I found Bicyclerepair man. First I just use it to find definatins and references. And after some hacking, it works pretty good with my Emacs.
After reading some document, I find it opens a BIG door: it’s a tool to help me refactoring my code. That is, make my codes more structure, smaller, and easy to read.
Some features are, make part of a function to be a seperate function, part of an expression to be a seperate expression, move classes among modules.
I haven’t use these features but I’ve already love it
Tags: python, code browser, emacs
Post a Comment
You could use <code type="name"> to get your code colorized