Tuesday, June 13, 2006

Progress and TDD

I have moved the HTTPParser component of HTTPServer to its own file. HTTP requests and responses are very similiar (the only major difference being the first line) so this allows some nice code reuse. As such, my new HTTPClient component also uses this parser component.


The BitTorrent-Kamaelia interface component now also works for those who have twisted installed.
I'm reading 'Test-Driven Development' - a book sent to me by the BBC (cheers!). It's a programming methodology that advocates writing automated tests and then code to satisfy those tests in that order rather than coding and then testing it.

0 Comments:

Post a Comment

<< Home