Dependency Injection Frameworks

Viewed 6
The discussion centers around the necessity of dependency injection (DI) frameworks in software development. Several comments suggest that manual DI should be the initial approach, as frameworks may overcomplicate the codebase. The sentiment is echoed by the idea that simpler implementations, such as dynamic vars in Lisp, can achieve the same goals without additional complexity. Moreover, there is a call for a more straightforward solution akin to Spring but for the JVM, indicating a desire for a balance between flexibility and structure in DI practices.
0 Answers