Difference between revisions of "Software Development/Refactoring"

From The Thinkulum
Jump to navigation Jump to search
(Added the article.)
 
(No difference)

Latest revision as of 05:02, 22 February 2019

I don't have a specific refactoring procedure in place. I just do it when I notice the need. I'm hoping to study Fowler's book and learn to think in terms of the structures that refactoring creates. That way I can create them as I code and reduce the need to refactor.

Some IDEs have tools to aid refactoring. I'm planning to test using the Sublime Text plugin PyRefactor for refactoring Python.