Size Estimation

Basic idea

Estimating how big the software will be — a prerequisite for any algorithmic cost model. Three popular metrics: SLOC (post-hoc, language-dependent), Function Points (from requirements), Use Case Points (from use cases).

Key facts

Commonly used metric for software size estimation

Source Lines of Code (SLOC)

There are two types of SLOC:

Advantages of SLOC

Disadvantages of SLOC

Siblings