Archive for the ‘Object Oriented Design’ Category

TDD and the Big Framework Part II

Tuesday, September 30th, 2008

In
TDD next to the Big Framework
we looked at a design that helps to isolate your code from the BigFramework. That article only showed half the story. Lot’s of times the big framework has the attitude “don’t call us, we’ll call you” built right in. Your code has to register somehow with the framework, then when you ask it to do things, it calls you back, asynchronously, with the result.
(more…)