Tag: Extract Method

 My demo of the rename and extract method refactorings in AppCode.  

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.

The screencast shows how to quickly navigate through code with a help of IntelliJ Idea's pop-ups, how to rapidly organize a task-oriented workspace by splitting windows and a few refactoring actions.