On Tue, Jan 26, 2010 at 7:18 AM, Bob Lee <[email protected]> wrote:
> He says, "you think the injector is not a global? You think > BillingService.class is not a global? There will always be globals to deal > with." Guice users know that there don't always have to "be globals to deal > with" outside of your code's entry point. Uncle Bob doesn't know what he's > missing out on. > Uncle Bob's "global" comment also indicates that he doesn't know about private modules. Private modules reduce the amount of code you have to write by an order of complexity. TMK, no other DI framework solves this problem at all, let alone as elegantly as Guice does. Bob -- You received this message because you are subscribed to the Google Groups "google-guice" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-guice?hl=en.
