Refactor vs Refactorable - What's the difference?
refactor | refactorable |
(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.
That can be refactored; that is suited to refactoring.
* 2008 , Bryan O'Sullivan, Donald Bruce Stewart, John Goerzen, Real World Haskell?
(mathematics) (of an integer) Divisible by the count of its divisors.
As a verb refactor
is (computing) to rewrite existing source code in order to improve its readability, reusability or structure without affecting its meaning or behaviour.As an adjective refactorable is
that can be refactored; that is suited to refactoring.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.
refactorable
English
Adjective
(-)- In addition, purity and polymorphism encourage a style of code that is modular, refactorable , and testable.
