Skip to main content
8 events
when toggle format what by license comment
Mar 21, 2013 at 8:00 answer added eric w timeline score: 3
Feb 27, 2013 at 23:13 answer added Ivan Pintar timeline score: 1
Feb 27, 2013 at 21:41 history edited Travis Parks CC BY-SA 3.0
added 87 characters in body
Feb 27, 2013 at 21:09 comment added Travis Parks @Oded - I used Ninject for managing my dependencies.
Feb 27, 2013 at 21:05 comment added Robert Harvey I prefer fully initialized objects and don't want to accidentally forget to mock out a dependency during test. -- Yes.
Feb 27, 2013 at 21:04 comment added Robert Harvey Some people say it implies an "optional" dependency. I think what they mean is that there will be a default dependency (the production class) but it can be replaced with a mock object during test. -- No.
Feb 27, 2013 at 21:04 comment added Oded This is where IoC containers come into play. They manage this whole web of dependencies - you just tell them what is needed by who.
Feb 27, 2013 at 21:03 history asked Travis Parks CC BY-SA 3.0