What am i doing when i rewrite code to improve its internal structure such as reorganizing code and removing duplicate code and not adding new features or behaviors?

Respuesta :

What am i doing when i rewrite code to improve its internal structure such as reorganizing code and removing duplicate code and not adding new features or behaviors? This is called code refactoring.

What is code?

This is the term that is used to refer to the series of commands that are written by the use of a particular programming language to get the computer to execute a chain of command. This would then send an output to the person behind the computer.

Code refactoring has to do with reorganizing code and removing duplicate code. When this is being done, there would be no addition of new features.

Read more on code refactoring here: https://brainly.com/question/15012123

#SPJ4