Dictionary    Maps    Thesaurus    Translate    Advanced >   


Tip: Click Thesaurus above for synonyms. Also, follow synonym links within the dictionary to find definitions from other sources.

1. The Free On-line Dictionary of Computing (30 December 2018)
refactoring

    Improving a computer program
   by reorganising its internal structure without altering its
   external behaviour.

   When software developers add new features to a program, the
   code degrades because the original program was not designed
   with the extra features in mind.

   This problem could be solved by either rewriting the existing
   code or working around the problems which arise when adding
   the new features.  Redesigning a program is extra work, but
   not doing so would create a program which is more complicated
   than it needs to be.  Refactoring is a collection of
   techniques which have been designed to provide an alternative
   to the two situations mentioned above.

   The techniques enable programmers to restructure code so
   that the design of a program is clearer.  It also allows
   programmers to extract reusable components, streamline a
   program, and make additions to the program easier to
   implement.

   Refactoring is usually done by renaming methods, moving
   fields from one class to another, and moving code into a
   separate method.

   Although it is done using small and simple steps,
   refactoring a program will vastly improve its design and
   structure, making it easier to maintain and leading to
   more robust code.

   <"Refactoring, Reuse & Reality" by Bill Opdyke>.

   <"Refactoring, a first example" by Martin Fowler>.

   (2001-05-02)


Common Misspellings >
Most Popular Searches: Define Misanthrope, Define Pulchritudinous, Define Happy, Define Veracity, Define Cornucopia, Define Almuerzo, Define Atresic, Define URL, Definitions Of Words, Definition Of Get Up, Definition Of Quid Pro Quo, Definition Of Irreconcilable Differences, Definition Of Word, Synonyms of Repetitive, Synonym Dictionary, Synonym Antonyms. See our main index and map index for more details.

©2011-2024 ZebraWords.com - Define Yourself - The Search for Meanings and Meaning Means I Mean. All content subject to terms and conditions as set out here. Contact Us, peruse our Privacy Policy