InterviewSolution
Saved Bookmarks
| 1. |
What Is Refactoring? |
|
Answer» Refactoring is the PROCESS of improving your CODE after it has been written. Refactoring changes the internal STRUCTURE of the code without changing its BEHAVIOR. Refactoring is the process of improving your code after it has been written. Refactoring changes the internal structure of the code without changing its behavior. |
|