Redesign vs Refactor - What's the difference?
redesign | refactor |
A plan for making changes to the structure and functions of an artifact, building or system so as to better serve the purpose of the original design, or to serve purposes different from those set forth in the original design.
(computing) To rewrite existing source code in order to improve its readability, reusability or structure without affecting its meaning or behaviour.
(writing) To rewrite existing text in order to improve its readability, reusability or structure without intentionally affecting its meaning. Similar to, but sometimes involving more extensive restructuring than, copy editing.
As verbs the difference between redesign and refactor
is that redesign is to lay out or plan a new version of something previously laid out or planned while refactor is to rewrite existing source code in order to improve its readability, reusability or structure without affecting its meaning or behaviour.As a noun redesign
is a plan for making changes to the structure and functions of an artifact, building or system so as to better serve the purpose of the original design, or to serve purposes different from those set forth in the original design.redesign
English
Noun
(en noun)Anagrams
*refactor
English
Verb
(refactoring) (en verb)- The code works, but I must refactor it before it is production quality.
- Two significant activities which to contribute to community projects, such as Wikipedia, are to refactor''' complicated articles into simpler ones, and to '''refactor duplicated content into reusable templates.
