Why do we do refactoring? What are the benefits of refactoring? What problems can be avoided by performing refactoring the code of a software tool?
Why do we do refactoring? What are the benefits of refactoring? What problems can
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
While developing an application it often happens that your goals change. Especially if a non-technical person is your client it often happens that through his bad description you are going to modify the code again and again.
At some point everything will get really messy and needs cleanup – that’s refactoring.