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)
hard-coded

    (By analogy with "hard-wired") Said of a data value
   or behaviour written directly into a program, possibly in
   multiple places, where it cannot be easily modified.  There
   are several alternatives, depending on how often the value is
   likely to change.  It may be replaced with a compile-time
   constant, such as a C "#define" macro, in which case a
   change will still require recompilation; or it may be read at
   run time from a profile, resource (see de-rezz), or
   environment variable that a user can easily modify; or it
   may be read as part of the program's input data.

   To change something hard-coded requires recompilation (if
   using a compiled language of course) but, more seriously, it
   requires sufficient understanding of the implementation to be
   sure that the change will not introduce inconsistency and
   cause the program to fail.

   For example, "The line terminator is hard-coded as newline;
   who in their right mind would use anything else?"

   See magic number.

   [Jargon File]

   (1999-10-18)


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