In programming, glue code is code that does not contribute any functionality towards meeting the program's requirements, but instead serves solely to "glue together" different parts of code that would not otherwise be compatible.
Glue code is often used when two or more existing applications must be integrated into an overall system.