William Grand

William Grand
Posted by William Grand
November 25, 2015

Refactoring: Rid Your Code of Smells

In our previous post on refactoring, we discussed what code smells are and some ways to detect them. In this post, we will cover some specific refactorings that will help us get rid of code smells.

Read More
William Grand
Posted by William Grand
October 26, 2015

Does Your Code Smell? Make Sure You Resolve These 5 Issue Types

 What is this… refactoring?

Refactoring is often belittled to “cleaning up code.” However, according to Martin Fowler, it is much more than that. It is effectively cleaning code and creating a more stable, maintainable, and reliable internal structure while maintaining the existing external behavior.

Read More