refactor
- noun
- /ˌriːˈfæktər/
- Specialized
- The latest project update included a significant refactor that improved the maintainability of the software systems.
I said this many times during my brief internship was that you need refactors before features.
- I said this many times during my brief internship was that you need refactors before features.
Examples
-
This might make sense for C or OCaml, but is utterly dumb for ActionScript (or Java), where you typically compile a directory of related files and refactor stuff into new files a lot.
Blog text (8) -
Consider that you have a refactor branch and your colleague, Mark, has a refactor branch.
Blog text (14) -
Between each of these steps, refactor to remove duplication and simplify the code.
Blog text (20) -
Lots of cut-and-pasting going on, and it needs a really good cleanup and refactor.
Blog text (32) -
Anything that can improve the speed of the test, edit, compile, test, refactor, compile, test loop.
Blog text (10) -
If you use it with a shared repository, the bookmarks would instead be named refactor and refactor@default, since the default remote repository is called default in Mercurial.
Blog text (14) -
During the team meeting, we discussed the need for a refactor to enhance the readability of our code without changing its functionality.
-
To increase efficiency, the developers proposed implementing a refactor to streamline the existing code base.
Synonyms
Changing something to make it better or more suitable
A small change that makes something better or more precise
Making something less complicated so it is easier to understand
A change in the way things are arranged to make them work better
A new version of a book or film with changes
Rewriting program instructions to make a program faster or easier to fix
The act of changing writing to make it clearer
How Extensive
- Specialized
- Specialized
- Specialized
- Specialized
Surface Forms
Morphology
Etymology
Refactor as a noun names a change to code and comes from re- 'again' + factor 'part', so a refactor is a change to the code's parts that makes the code clearer or easier to maintain without changing how it behaves.