Software Development/Refactoring

From The Thinkulum
< Software Development
Revision as of 05:02, 22 February 2019 by Andy Culbertson (talk | contribs) (Added the article.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.