Final answer:
Refactoring is the term that refers to changing the design of existing code.
Step-by-step explanation:
The term that refers to changing the design of existing code is refactoring. Refactoring is the process of restructuring code to improve its readability, maintainability, and efficiency without changing its external behavior. It involves making small incremental changes to the code that make it easier to understand and modify.