Refactoring code
Refactoring code means to make changes to it to make it better. Refactoring of the code can happen by two reasons:
1. A more optimal solution is found by a developer.
2. A new feature is added to a programming language to implement this functionality.
Comments
Post a Comment