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:

  1. reduced dependencies
  2. reduced dependency carrying
  3. more reusable code
  4. more testable code
  5. more readable code

for more reference click here


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -