1

So I am working on a Java library with minimal dependencies. Everything goes well until you dont want clients knowing how to construct the internal objects and you dont have a depenency injection framework to help.
Unit testing becomes that bit trickier

Comments
  • 0
    Roll your own DI? We did that in PHP at my last job...
Add Comment