Tools

Gource for Software Visualization

At this weeks .NET user group, a friend mentioned Gource, a tool that generates a dynamic visualization that shows how a project evolves over time, based on the commits made to source control.

After finding one movie on the Xero blog, I decided to have a go and see what it looked like when run over a large project I've worked on for the last couple of years.

It looks gorgeous:

Things to install on a new machine

Roy Osherove has posted a list of things he installs on any new developer machine, including links so you can find out more.

An Obscure FxCop feature

This has to qualify as an obscure FxCop feature:

DoNotDeclareReadOnlyMutableReferenceTypes is a rule that checks for visible read-only fields that are mutable reference types (classes). A mutable type is a type whose instance data can be changed once it has been constructed.

Adding AzMan Operations

If you ever find yourself using AzMan and can't work out how to add a new operation (as I did today), here's the key (and hard to Google) step.

Wierdness with Fitnesse

I ran into something really weird with FitNesse (the acceptance testing framework) today. --Chances are, it's something I've done wrong - but I can't work out what. If you know, please comment below!-- Updated below with the solution.

Boiling the whole thing down into a simple test case, what I've found is the following.

Syndicate content