dependency injection example project suggestion
Posted
by
TokenMacGuy
on Programmers
See other posts from Programmers
or by TokenMacGuy
Published on 2011-01-15T15:22:11Z
Indexed on
2011/01/15
15:59 UTC
Read the original article
Hit count: 376
I'm exploring dependency injection and trying to make the exercise as pythonic as possible; existing dependency injection frameworks seem very java-like. I've made some pretty good progress building my own framework, but I could really use a model project to validate the framework against. An ideal suggestion would be something that is hard without dependency injection, but is otherwise conceptually trivial.
© Programmers or respective owner