asked 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

asked
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.

answered
User Eugene Glova
by
8.7k points