Archives for 2 November 2008
@ImplementedBy madness
Consider a codebase of considerable size, thus being open-source.
This codebase uses Google Guice to wire its innards together. Last time I looked, it had a central FoobarGuiceModule which listed all of the classes wired together. When I integrated that codebase into $DAYJOB, I wrote a DayjobGuiceModule to manage the things different for me. No […]