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
- Host: GitHub
- URL: https://github.com/odaridavid/dependencyinjection
- Owner: odaridavid
- Created: 2019-08-25T12:02:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-25T12:04:17.000Z (about 6 years ago)
- Last Synced: 2025-01-11T20:34:13.517Z (9 months ago)
- Topics: dependency-injection, kotlin
- Language: Kotlin
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.