36 articles and counting
      
Articles listed under: Design and Architecture

Dependency Injection

Inversion of control – IoC – is a concept, and an associated set of programming techniques. In the traditional interaction model of an application, the programmer specifies a series of events to happen by making a series of function calls. eg. a programme which takes a name from the command line and displays it back would follow this model, [...]

READ FULL ARTICLE