The article is a continuation of "Eliminating Code Smells Through the Use of Simple Refactorings" where we wrote about refactoring through simple changes. You can access the article here: http://www.blog.tecknoworks.com/posts/code-smells-1/ In this part, we give a few tips and examples on refactoring through execution path changes. Execution path changes. These are more comple ...