87.3k views
1 vote
What term refers to changing the design of existing code?

a. Library manipulation
b. Shimming
c. Refactoring
d. Design driver manipulation

User Basvo
by
7.9k points

1 Answer

6 votes

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.

User Eugene Glova
by
9.1k points