Re: Please share your thoughts on dependency injection

2010-02-09 Thread Steve Purcell
On 8 Feb 2010, at 16:53, Boris Mizhen - 迷阵 wrote: > Hello all, > > I am playing with the idea of a little library for dependency injection. > The idea is to declare injectable values as metadata-to-function map. > I started with a sketch of what the client code may look like. > > Please let me k

Please share your thoughts on dependency injection

2010-02-08 Thread Boris Mizhen - 迷阵
Hello all, I am playing with the idea of a little library for dependency injection. The idea is to declare injectable values as metadata-to-function map. I started with a sketch of what the client code may look like. Please let me know what you think. Thank you, Boris Dependency declaration cod