Tag: Introduce Field

Robert C. Martin (Uncle Bob) shows some refactoring techniques transforming a “large and ugly” function into a clean and readable piece of Java code, using IntelliJ IDEA and refactorings such as Rename, Extract Method, Inline Variable, Introduce Field, etc.

In this short  screencast we'll see how to refactor some existing code to use Dependency Injection via constructor with ReSharper efficiently.