Jump to content

Glue code

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Wlievens (talk | contribs) at 12:16, 4 April 2006 (initial stub). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In programming, glue code is code that does not compute anything functional towards meeting the program's requirements, but instead serves solely to "glue together" different parts of code that would otherwise not be compatible.

See also