I have spent the last couple of weeks going over an application I wrote 5 years ago, (the one I referred to in my garbage collection blog . There is nothing wrong with this application but I wanted to review some of the decisions I made then in light of what I know now so that I can see how far I've...
I just read Windsor: Component Burden described as a (bad) side effect but this is not how it should work. Disposable objects should be cleanup by its creator. This is the easiest way to define the disposing responsibility! In the mentioned article they have a situation where A injects X into B at construction...