• @[email protected]
    link
    fedilink
    32 years ago

    I write modular code that accepts interfaces so I can test the components I want to test.

    basically dependency injection

    • Ethan
      link
      fedilink
      12 years ago

      Maybe I’m misunderstanding what “dependency injection” means. When I hear “dependency injection” I think of a DI framework such as Unity, so I thought “using DI” meant using one of those frameworks.