7 Jul
2009

Fluent Context Builders

One thing I?ve been doing more and more of, especially as I use MSpec and context/spec driven development, is using lambdas and fluent-interface style programming to capture the essence of the spec?s I?m working on and keep them separate from the details of the code that implements them. What the heck does that mean? Well, […]

Read More