Posts Tagged ‘testing’

Using Aspects in C# With POSTSharp

Posted on September 5th, 2009 by macskeptic

A little bit about aspect oriented programming (AOP)
For the last few couple of years, as the hardware kept getting cheaper and more powerful, the programming languages core concern has been moved from performance to clarity and maintainability.
While in the past you had to keep asking yourself which algorithm was the best to, say, iterate over [...]

BDD - Beyond the Buzzwords

Posted on July 24th, 2009 by macskeptic

This post is going to be the first of a series "Beyond The Buzzwords" of two (maybe three). This being a subject that has been getting some hype everywhere now doesn’t seem to be the kind of thing you would normally see here. We generally like to talk about the state of the art, and [...]