1 blog post from December 9, 2009 :

Relaunch, ho!

December 9, 2009

I've entered the final stretch on my site relaunch. Coding and templating are probably about 99% done and the project currently stands at about 3500 lines of code, including HTML templates. I'm a big proponent of TDD and belleville comes with an extensive suite of unit tests. Using Ned Batchelder's excellent coverage.py library, I can measure my test coverage, which currently stands at about 86%. That's pretty good as far as I'm concerned, and although I'll probably be able to improve that soon, it won't be before relaunch.

So besides a few sections of the site that need a little styling love, the final remaining task is migrating content from my old blog to this one. As of this post, mazelife.com contains 26 blog posts with 16 comments using 21 distinct tags. That's a depressingly small amount of content that could well be migrated by hand (e.g. copy-and-paste) but I'll probably dump the existing blog content as JSON data, then write a script that serializes it and puts it into the new system.

Tagged with: .

There are 0 comments for this post.