RAD: Dependency Injection - benefits?
Are there开发者_开发技巧 any benefits of using dependency injection at all when using RAD - or not using unit testing in general?
Yeh there are several benefits as follows:
- Reduced Dependencies
- Reduced Dependency Carrying
- More Reusable Code
- More Testable Code
- More Readable Code
For more reference click here
精彩评论