Archive for May, 2009
How much is your software worth?
Previous methods of measuring code involve counting lines of code. We realized that we could use CodeDiff and FileCount to compare lines of code to find the number of lines of code that continue from one version to another, the number of lines of code that are changed, and the number of lines of code that are added. Plugging these values into a well-defined spreadsheet allow you to graph this measure of changing lines of code (“CLOC”) over time.
Posted By: Bob Zeidman in General on May 2nd, 2009.
Tags: CLOC, intellectual property, lines of code, software, source code, valuation
Comments: none