PICnet launches into test-driven development
Thursday, January 31st, 2008
I must admit, when it comes to development processes, I’m an old fashioned pseudo waterfall procedure kind of guy. I know what you’re thinking: this guy needs to drink the agile programming, extreme programming, pair programming Kool-Aid.
Well, with the help of our development department, I’m in full test-driven development therapy (thanks Chris and Mark). Even better, I’m dragging one of our project managers, Pradeep, along for the ride.
From our friends at Wikipedia: “Test-Driven Development (TDD) is a software development technique consisting of short iterations where new test cases covering the desired improvement or new functionality are written first, then the production code necessary to pass the tests is implemented, and finally the software is refactored to accommodate changes.”
Gulp. Can management and test-driven development live in harmony?
(more…)

