Computer Science, asked by megham0803, 1 day ago


Refactoring is a technique that modifies the structure of software to improve the design (or some non-functional
attribute
such as performance) without changing the functionality of the software.
Regression testing after refactoring the system to determine whether it behaves the same as the non-refactored version
is an example of:
Verification or
Validation​

Answers

Answered by lavanyamanthri9
0

Answer:

hi am puneeth I don't no answer

Explanation:

plese give me brainliest

Answered by Jasleen0599
0

Refactoring is a technique that modifies the structure of software to improve the design (or some non-functional attribute such as performance) without changing the functionality of the software.

  • Refactoring involves reorganising code without modifying its original functionality. Refactoring is the process of making numerous small changes to code without changing how it behaves externally.\
  • Refactoring is a methodical process for restructuring a body of existing code while maintaining its internal organisation and external behaviour.
  • It is a methodical procedure that takes already written code and makes it clearer, easier to understand, and more readable. It also makes it much easier to design huge apps, add new features, and find and repair errors. Iterative undertakings that are completely successful follow this natural law.
  • Refactoring is the process of enhancing the internal organisation or functionality of a piece of code or component without altering its outward behaviour. The ongoing supply of business value to users and stakeholders is the aim of software development.

#SPJ2

Similar questions