Klocwork Refactoring
Refactoring is the process of simplifying and clarifying code without changing the program's behavior; the beginning and end products are functionally identical. Refactoring makes code:
- easier to maintain and re-use
- simpler to understand
- cheaper to change