callback hell

From Wiktionary, the free dictionary
Jump to navigation Jump to search

English[edit]

Noun[edit]

callback hell (uncountable)

  1. (programming, colloquial) (mostly of the JavaScript language) The situation where callbacks are nested within other callbacks several levels deep, potentially making it difficult to understand and maintain the code.
    • 2015, Remo H. Jansen, Learning TypeScript[1]:
      However, the use of callbacks can lead to a maintainability issue known as callback hell. We will now write a real-life example to showcase what a callback hell is and how easily we can end up dealing with it.

Related terms[edit]

Translations[edit]

References[edit]