What do you think about RefactoringManifesto.org?

Posted by Gan on Programmers See other posts from Programmers or by Gan
Published on 2011-01-01T04:27:05Z Indexed on 2011/01/01 4:59 UTC
Read the original article Hit count: 228

Quite some time ago, on December 19 2010, a site called RefactoringManifesto.org was launched. The site is to voice concerns about refactoring. It lists ten main points as shown below (head over the website to see more details):

  1. Make your products live longer!
  2. Design should be simple so that it is easy to refactor.
  3. Refactoring is not rewriting.
  4. What doesn't kill it makes it stronger.
  5. Refactoring is a creative challenge.
  6. Refactoring survives fashion.
  7. To refactor is to discover.
  8. Refactoring is about independence.
  9. You can refactor anything, even total crap.
  10. Refactor – even in bad times!

What do you think about this? Would you sign the manifesto? If not, why?

© Programmers or respective owner

Related posts about code-quality

Related posts about refactoring