What is Code Refactoring?
Refactoring means organizing your code without modifying its original functionality. Refactoring is the process of making small changes or adjustments to your code without affecting or changing how the code functions while in use.
Source: here
Quck comment:
To improve maintainability, need to refactor consistently
Quck tags:
__test, __hand_input, code_style, refactor, programming, __test