What is refactoring in software engineering?
Please help me to understand.
What is refactoring in software engineering?
Please help me to understand.
Student
I'm a professional writer and software developer with more than 10 years of experience. I have worked for a lot of businesses and can share sample works with you upon request. Chat me up and let's get started.....
Refactoring can be defined as the process of changing the internal structure of the source code without changing the external behavior of the program. Refactoring improves objective attributes of code such as length of code, duplication, cohesion, coupling and complexity. It helps in ease of maintenance of code and understanding of code. It uses code reusability and reduced complexity of program.