The secret to refactoring code in baby steps
printhelloworld.de
The secret to refactoring code in baby steps
1–5 of 5 posts
Re: The secret to refactoring code in baby steps
#2Re: The secret to refactoring code in baby steps
#3I've used a couple of the refactoring approaches mentioned in the article over the last 10 years in our current project. The biggest mess comes from partially executed parallel changes. You go from one bad solution to one bad solution + a better solution, ending up with a bigger mess than you started with halfway through. And when that mess becomes visible/a problem again, nobody wants to finish the initial refactoring, they create another parallel change, not finishing that either, etc etc.
Re: The secret to refactoring code in baby steps
#4Most important: Don't just start refactorings, finish them (!!!) I've used a couple of the refactoring approaches mentioned in the article over the last 10 years in our current project. The biggest mess comes from partially executed parallel changes. You go from one bad solution to one bad solution + a better solution, ending up with a bigger mess than you started with halfway through. And when that mess becomes visi…
Re: The secret to refactoring code in baby steps
#5Most important: Don't just start refactorings, finish them (!!!) I've used a couple of the refactoring approaches mentioned in the article over the last 10 years in our current project. The biggest mess comes from partially executed parallel changes. You go from one bad solution to one bad solution + a better solution, ending up with a bigger mess than you started with halfway through. And when that mess becomes visi…