Timeline for Manual Dependency Injection Examples Still Tightly Coupled
Current License: CC BY-SA 3.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 5, 2015 at 1:30 | comment | added | RubberDuck | You are aware that your IoC container is injecting (passing) concrete implementations too, right? I mean, just because you don't see it doesn't mean it isn't happening. You should still be composing all of your dependencies in the composition root, even if you do it by hand. It just sucks to do it by hand and looks awful, so people tend to either use an IoC or scatter their dependency creation around the code base. | |
| Sep 4, 2015 at 20:16 | answer | added | Patrick | timeline score: 2 | |
| Sep 4, 2015 at 12:52 | answer | added | David Arno | timeline score: 2 | |
| Sep 4, 2015 at 7:20 | vote | accept | JᴀʏMᴇᴇ | ||
| Sep 3, 2015 at 15:52 | answer | added | maple_shaft♦ | timeline score: 0 | |
| Sep 3, 2015 at 15:35 | history | asked | JᴀʏMᴇᴇ | CC BY-SA 3.0 |