unit testing - RAD: Dependency Injection - benefits? -
are there benefits of using dependency injection @ when using rad - or not using unit testing in general?
yeh there several benefits follows:
- reduced dependencies
- reduced dependency carrying
- more reusable code
- more testable code
- more readable code
for more reference click here
Comments
Post a Comment