Showing posts with label whydoicare. Show all posts
Showing posts with label whydoicare. Show all posts

Tuesday, 20 May 2008

svn stat

As suggested by Anthony I ran StatSVN against the entire moviestorm repository. 90 minutes later and we have a wonderful graph:

Now this is everything, not just code, but makes for interesting viewing. I've taken the names out in the name of decency, but I can reveal that the top green line is Ben_S, Capin' Dave is Pink, and twak the second green line.

Now ben manages his massive line-change rate by endlessly editing all our xml structures. But Dave is a coder and has written 300K lines of code - the length of the entire code base. I've written another 250K (altho mostly UI twaddle, so it doesn't count). I think we've written the code base two or three times over since we've started. That's quite some code churn!

Something to mention here is that number of lines does not map onto how hard we work or how good the work is. It's certainly not indicative of quality, and quite possibly inversely proportional quality. It's an interesting metric that seems to be fairly constant for each person - does that mean some people can do the same quantity of work with fewer lines of code?

In other graph-related news - the most likely time for us to commit stuff to the repository is 4pm on a Friday - "quick it's the weekend, commit it, cheese it and hope someone else fixes it before I get in on monday" ;)


Those long tails are what singles startups out from the crowd - no option but to get it done.

Thursday, 15 May 2008

moviestorm vcs - 10K commits

The 10,000 (or 10K or 10^4) commit to our code/data repository happened over lunch.


Was slightly disappointed by the lack of balloons. But it proves, once and for all, who the best coder is. It was even a legitimate commit, not just to grab the top spot ;)

We keep all our changes in a big repository (SVN) so we can see each other's changes and blame them when things go wrong. Ten thousand sets of changes have been added since it started at the end of July 06.