Inversion of Control

Turkish equivalent: Kontrolün tersine çevrilmesiDomain: Software Engineering

A software-design principle in which framework or container infrastructure controls object lifecycle and execution flow rather than application code orchestrating every dependency directly.

  • Dependency Injection
  • Framework
  • Callback