The document discusses software size estimation and compares two common metrics: lines of code (LOC) and function points (FP). LOC counts lines and has issues like being dependent on programming style and technology. FP measures functionality from the user perspective independently of technology. It can be used earlier for planning while LOC can only be counted after coding. FP is a more standardized and useful metric for estimating resources, time, cost and comparing projects.