Agile Development in Action Applying agile development practices to connect a blog with LiveWriter by: Mike Suarez msuarz msuarz.blogspot.com
Practices. incremental design. agile acceptance testing. test driven development. mocking
Process. write an acceptance test. write enough code to make it pass. write a unit test before writing the code. repeat
Story As a Blogger I want to use LiveWriter to manage my blogs So that I can have a popular and easy way to do it
Solution Implement the MetaWeblogAPI