Etymology vs Refactorization - What's the difference?
etymology | refactorization |
(uncountable) The study of the historical development of languages, particularly as manifested in individual words.
(countable) An account of the origin and historical development of a word.
A split into constituent parts after a previous combination.
(linguistics) A false etymology derived from re-bracketing.
(software) A rewriting of computer code to improve its readability or structure without affecting its meaning or behaviour, thus making it easier to maintain; a refactoring.
(mathematics) A second or subsequent factorization.
As nouns the difference between etymology and refactorization
is that etymology is (uncountable) the study of the historical development of languages, particularly as manifested in individual words while refactorization is a split into constituent parts after a previous combination.etymology
English
Noun
(wikipedia etymology) (etymologies)Usage notes
* Not to be confused with .Derived terms
* etymological * fake etymology * false etymology * folk etymology * popular etymologyHyponyms
* onomasticsReferences
* * * English words suffixed with -ologyrefactorization
English
Noun
(en noun)- The word ''burger'' is part of a refactorization of ''Hamburger'' (originally ''Hamburg'' + ''er'').
- An objective of refactorization is to clear up the global scope of all the library variables, functions and objects.
- Another objective of refactorization is to factor out repeated coding patterns into new abstractions and thus avoid their repetition resulting in less code to maintain.
