views:

390

answers:

5

Can anyone point me towards any references that attempt to formulate an economics of software development? In my own research, I discovered a book by Barry Boehm on this, but it seems very awkward and theoretical.

Dependency Structure Matrices seem to offer something worthwhile. Carliss Baldwin has used these in some work on modularization, boundaries, and transaction costs. A lot of it comes off as just common sense, though.

Also, economists have developed something called Behavioral Economics. Is there a "Behavioral Software Engineering" that addresses cognitive biases in developers or groups of developers?

Here's an interesting looking reference:
http://www.amazon.com/Knowledge-Sharing-Software-Development-Comparing/dp/3639100840/ref=sr_1_1?ie=UTF8&s=books&qid=1232979573&sr=1-1

A: 

Facts and Fallacies of Software Engineering by Robert Glass has some dollar amounts associated with some activities (or, at least, percentage of total budget). Don't know if that helps at all, but it's something.

Robert C. Barth
+2  A: 

Before Hal Varian became the Chief Economist at Google, he had worked on the economics of information technology at Berkeley, although he did not focus on software development per se. Nevertheless I would recommend a look at his paper on the more general topic from 2001. You can find a more complete list of his research work on his website. Hope that helps.

+1  A: 

Software as Capital wasn't a waste of time, though you won't find any math in it and it reads like a PhD thesis because it started as one.

Another review.

Darius Bacon
thanks. this looks interesting!
yacdmnky
+1  A: 

I think that what you're looking for might fall under a sociology of software development... sociologists study all modern subjects, and from there you will no doubt find references to an economics of software development if there is one.

Yar
thanks. seen this book a few years back. There doesn't seem to be an awful lot of academic interest in software dev economics. The topic gets kick started every few years, but never seems to gain traction. The Varian/Shapiro book seems to do the best job I've seen of explaining it.
yacdmnky
Also, titles from Dorset House Publishers are interesting, like Weinberg's classic The Psychology of Computer Programming.
yacdmnky
A: 

Several years ago I taught an "Economics of E-Commerce" course using Varian's book INFORMATION RULES. His idea of lock-in, though, leads the reader almost towards a drug-addict model of purchaser behaviour and exploitation. This book is more of an economics of e-business than an analysis of the software development process.

In terms of actually making software, there are ideas in the Mythical Man Month well worth knowing about.

Paul

related questions