Google News
logo
Agile - Interview Questions
What are the benefits of refactoring?
Refactoring offers the following benefits :
 
* Refactoring code to make it less complex and easier to understand.
* Streamline the source code design to speed up the creation of new features.
* Reduce messy and unrefined code, which may otherwise require additional rework.
* Reducing the cost of code maintenance and making it more modular and readable.
* Enhancing the architecture of software without affecting its behavior.
* Improved modularity to increase reusability.
Advertisement