Why do we use a dependency injection framework? - Helps us in managing dependencies easily - Makes the unit testing easy by enabling us to pass all the dependencies from outside so that we can easily use the mocked objects - Manages the scope of the object easily #androiddev
Madhu Sudhan
2y
If done correctly Makes the code much cleaner
Senior Software Engineer || Kotlin | Android | Java | React native | Javascript | Typescript | React
2yhelps us to avoid unwanted memory leaks?