Skip to content

Instantly share code, notes, and snippets.

@oboje
Last active April 22, 2016 10:32
Show Gist options
  • Save oboje/c7af0550ce98088b9d2566cdc27e0e4a to your computer and use it in GitHub Desktop.
Save oboje/c7af0550ce98088b9d2566cdc27e0e4a to your computer and use it in GitHub Desktop.
Dependency Injection
+ Testability
+ Easy customization
+ Scalability
+ Dependencies are explicit and easy manageable
Testing
+ Significant confidence on refactoring
Mocks
+ Teesting faster ( 1000x times )
+ Test coverage is wider ( Errors & Exceptions, very rare cases )
+ Tests are more robust
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment