0 votes
in Agile by
What do you mean by refactoring?

1 Answer

0 votes
by

Re-factoring is basically an activity that involves alteration or modification of the internal structure of software without any change in its external behaviors or functionality. In this, developers make some changes or tinker with code to enhance and improve the internal structure of software. One of the most popular and widely used refactoring techniques in the agile software development process is Red-Green. The refactoring process makes the code more readable, understandable, and clean. The continuous habit of refactoring helps to make it easier to extend and maintain code. 

Related questions

0 votes
asked Aug 29, 2022 in Agile by sharadyadav1986
0 votes
asked Aug 29, 2022 in Agile by sharadyadav1986
...