refactoring_playground
A repo to work to the most known refactoring practices provided in Martin Fowler's book
- Extract function
- Inline function
- Extract variable
- Inline variable
- Change function declaration
- Encapsulate variable
- Rename variable
- Introduce parameter object
- Combine functions into class
- Combine function into transform
- Split phase