Live data from Hacker News

Ohloh shows scary decline in open-source project commits

ohloh.net

1–10 of 28 posts

Re: Ohloh shows scary decline in open-source project commits

#3
I suspect it has more to do with the mechanism by which commit volume is measured than the actual commits themselves.

It's possible people are just moving away from verbose languages like C and Java and thus just needing to write less code, but I'm not sure I have enough faith in the human race to believe it.

Re: Ohloh shows scary decline in open-source project commits

#7
post #4

The decline is in C, dynamic languages are on the rise. May be everything that had to be written in C has already been written?

It looks like the dynamic languages have been declining as well, though C's drop is much larger both percentage-wise and in absolute numbers.

Re: Ohloh shows scary decline in open-source project commits

#9
post #5

Seems to shadow the recession. I wonder how this compares to closed-source commits.

One theory: programmer utilization at companies has increased with the recession, so there is less time for open-source commits.

Another theory: a huge fraction of open-source in recent years is written by programmers paid by companies to work on it. The recession has caused these programmers to be pulled off and put on projects where their time can be billed directly.

Third theory, there is more use of distributed version control "offline", which would not be detected by Ohloh.

Re: Ohloh shows scary decline in open-source project commits

#10

I suspect it has more to do with the mechanism by which commit volume is measured than the actual commits themselves. It's possible people are just moving away from verbose languages like C and Java and thus just needing to write less code, but I'm not sure I have enough faith in the human race to believe it.

Another possible reason is that as systems become more mature they require less maintenance. I know the 2 or 3 projects that I am involved with are pretty mature right now and we are mostly just fixing bugs.
Post reply on HN