Tuesday 2 August 2011

A few more links

Yet more interesting links.

Announcing SDD - Support Driven Development

By now we have all heard of BDD, TDD etc. I've coined a new one:

Support Driven Development.

What do I mean by that? 

When you build using TDD the unit tests are created first, then the code.

In SDD the unit tests are built, then the interfaces, then the concrete classes, after that you add the JMX Annotations, the logging, the REST interfaces, the reports etc that will be needed to support that code.

Make sure that your support team can support your work.