This doesn't solve my dilemma. Especially if my project is neither smalll nor exactly simple. It also introduces an extra level of indirection.
I am looking for a clean solution to seperate two interfaces and yet couple them together in a logical way. I don't personally like the idea of hiding bootstrap logic into derived controller base classes - it will confuse someone else working with my code.
|