1. Software measurement index
http://yunus.hacettepe.edu.tr/~sencer/research.html
Software measurement enable us to
.estimate cost and effort devoted to project
.determine quality of software
.predict maintainability of software
.validate the best practices of software development
The metrics of software size:
.Simple metrics: LOC(line of code) and FP(Funciton points).
.Complex metrics: Halstead and McCabe
.Object-Oriented Metric
2. History of software measurement
http://irb.cs.tu-berlin.de/~zuse/metrics/3-hist.html
3.