Tagged Questions
5
votes
4answers
547 views
Is there a verb “refactor” meaning “doing refactoring” in English?
Code refactoring consists of changing the structure of the code without changing its functionality. The term refactoring is currently used by software development industry to refer to this process.
...