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

delphi - TJvHidDeviceController "DevicePath" always showing "\" -

Disabling Android home button for industry application -

asp.net mvc 3 - Unexpected "foreach" keyword after "@" character -