Refactoring is the process of restructuring code, while not changing its original functionality. The goal of refactoring is to update the internal code to improve the design, structure and functionality of the platform without altering the code's external behavior.
Updated