Code vs Refactorization - What's the difference?
code | refactorization |
A short symbol, often with little relation to the item it represents.
A body of law, sanctioned by legislation, in which the rules of law to be specifically applied by the courts are set forth in systematic form; a compilation of laws by public authority; a digest.
* (Francis Wharton) (1820-1899)
Any system of principles, rules or regulations relating to one subject; as, the medical code, a system of rules for the regulation of the professional conduct of physicians; the naval code, a system of rules for making communications at sea means of signals.
A set of rules for converting information into another form or representation.
# By synecdoche: a codeword, code point, an encoded representation of a character, symbol, or other entity.
A message represented by rules intended to conceal its meaning.
* {{quote-magazine, date=2014-06-21, volume=411, issue=8892, magazine=(The Economist)
, title= (label) A cryptographic system using a codebook that converts words]] or phrases into [[codeword, codewords.
(label) Instructions for a computer, written in a programming language; the input of a translator, an interpreter or a browser, namely: source code, machine code, bytecode.
# By synecdoche: any piece of a program, of a document or something else written in a computer language.
(computing) To write software programs.
To categorise by assigning identifiers from a schedule, for example CPT coding for medical insurance purposes.
(cryptography) To encode.
(medicine) Of a patient, to suffer a sudden medical emergency such as cardiac arrest.
(genetics) To encode a protein.
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 a verb code
is .As a noun refactorization is
a split into constituent parts after a previous combination.code
English
(wikipedia code)Noun
(en noun)- The collection of laws made by the order of Justinian is sometimes called, by way of eminence, "The Code ".
Magician’s brain, passage=[Isaac Newton] was obsessed with alchemy. He spent hours copying alchemical recipes and trying to replicate them in his laboratory. He believed that the Bible contained numerological codes .}}
Derived terms
* binary code * civil code * code page * codebook * codestream * codeword * colour code * dead code * Gray code * machine code * managed code * Morse code * opcode * promo code * pseudocode * sort code * Unicode * unreachable codeSee also
* cipherVerb
- I learned to code on an early home computer in the 1980s.
- We should code the messages we sent out on Usenet.
Derived terms
* coder * cSNP * decode * encode * hard-codedExternal links
* *Anagrams
* * ----refactorization
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.
