This article is the third part of "Eliminating Code Smells Through the Use of Simple Refactorings". In the first two parts, we wrote about refactoring through simple changes and execution path changes. You can access these articles on our blog–Part 1 and Part 2. In the present article, we give a few tips and examples on refactoring through design changes. Design changes usually ...