Tuesday, February 10, 2009

Poll: Refactoring, the Benefits

Refactoring is the practice of continuously improving the usability, maintainability, and adaptability of code without changing its behavior. That makes it much easier to add new and unanticipated functionality. Refactoring has the disadvantage that it takes extra effort and requires changing the code. Any change has the potential to reduce the maturity and stability of the product, especially if you don't have adequate testing in place.

If you were starting a software company with your own hard-earned cash, would you use refactoring or wouldn't you?



Next: Poll - Unit Tests, The Benefits

1 comment:

Paul W. Homer said...

If it were my money, I'd avoid refactoring initially, until the product gained some market share. I really don't want to invest too much into a product that doesn't win.