An open API service indexing awesome lists of open source software.

https://github.com/odaridavid/dependencyinjection

Simple Dep Injection
https://github.com/odaridavid/dependencyinjection

dependency-injection kotlin

Last synced: 7 months ago
JSON representation

Simple Dep Injection

Awesome Lists containing this project

README

          

## Dependency Injection

A basic demo of DI and how it makes testing easier by providing a framework to test objects in isolation.

A class should reduce number of dependencies it has on other class,hard dependencies.
They should be independent by observing the single responsibility rule this is achieved.