No Best Of 2007 ruminations here.
No 1000 Predictions For 2008 prophecies here.
Plenty of blogs you can go to for that.
I've been on vacation, but not in the summer sun....
On the development front, I must say that using a ServiceContainer-based architecture has been the Best Strategic Decision of 2007!
It's really the only way to pass unforseen and hierarchical globs of interfaces around between contexts.
Why dick around with changing method signatures? You only need one signature, ever:
void TheOnlySignatureYoullEverNeed(IServiceProvider context) { ... } Okay, you really need two signatures, because sometimes you want to alter the container contents:
void TheOnlyOtherSignatureYoullEverNeed(IServiceContainer context) { ... } That one should not be used very liberally, but there are places for it, e.g. in a deployment pipeline.
So you really did have something for 2008?
I reckon so....
No comments:
Post a Comment