Blog posts
Categories
Menu
Simple refactorings
Simple refactorings - Part 4
Reduce dependencies - Extract Method and Introduce Parameter
Stefan Lieser
25.05.2016
No Comments
Simple refactorings
Simple refactorings - Part 3
Another area of application for extract method refactoring is branching conditions.
Stefan Lieser
24.05.2016
No Comments
Simple refactorings
Simple refactorings - Part 2
The Extract Class from Parameters refactoring helps if the parameter list of a method has become a little too long over the years.
Stefan Lieser
22.05.2016
No Comments
Simple refactorings
Simple refactorings - Part 1
In this series of blog posts, I will introduce you to so-called simple refactorings.
Stefan Lieser
22.05.2016
No Comments