Web Development Blog

Latest from Rapid Web

Search for:

Refactoring Code – Part One

By Mark Jones 10th December 2014


In this first article of the series, we will look at some very simple ways to refactor your code. So what is Refactoring? Refactoring is simply a set of techniques, procedures and steps to keep your source code as clean as possible. Below describes some of the easier code smells to detect and how you can go about refactoring them. Duplicated Code (Extract Method Refactoring) This is probably the easiest code smell to detect, and also refactor. ...

Read Article