|
|
|
|
|
by throwaway894345
1743 days ago
|
|
"DI" and "DI frameworks" are different things. For example, in Go we inject our dependencies (we assemble our object graph in the main function rather than in thousands of constructors), but we're not using XML/etc and a magical translation layer. |
|