Archive for the 'Development' Category

Pair programming

Thursday, March 16th, 2006

You’re not serious, you must be thinking to yourself. Why on earth would I think that I have something new to say about pair programming that hasn’t been already said in the long years it’s been common practice in the software industry?
It may well be that I have nothing new to say, but pair programming [...]

Doxygen meets SEQUENCE diagrams

Sunday, November 27th, 2005

I’ve been tinkering with Doxygen and SEQUENCE (see my previous post on this) to make them play well together for the documentation of the Daversy project. The goal was to have Doxygen automatically incorporate sequence diagrams into the resulting documentation, complete with a description of the diagram and links to other relevant parts of the [...]

Sequence Diagrams

Sunday, November 27th, 2005

I’m working on documenting Daversy, the open source program I’m working on, and quite naturally I’m using Doxygen to do it. Doxygen is a fine tool, but there are things it cannot do.
One of those things is generating sequence diagrams, which I believe are a very important part of a project’s documentation. I’ve been using [...]