October 2016
Intermediate to advanced
198 pages
3h 52m
English
Though it's fair to say refactoring is more about common sense than a technique, there are still some very obvious refactoring techniques. The first step is to identify the code smell, which we covered in the previous section. The list is not exhaustive but just covers some frequently occurring pitfalls. Let's discuss the refactoring techniques that we can use to eliminate these code smells.
The majority of the code smells discussed earlier arise from within the method. The following refactoring techniques help to streamline the code and remove duplication:
Read now
Unlock full access