Ninety-ninety rule
-
A rule for [tracking] computer programming development time.
The full statement of the rule is, The first 90% of [the code] accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time.
The rule simultaneously emphasizes two important points in software development. The first is that for almost any product, most of the development time will be used on relatively small but difficult sections of the code. The second is that the first point often leads to extremely optimistic project schedules.
The ultimate lesson to learn from this rule is that the amount of the project that is completed is NOT tied to the amount of code completed, and that substituting one for the other can be disastrous.
The [ninety-ninety rule] is often mistaken for a typo, with users assuming that the first 90% of code should correspond to the first 10% of time; while this is logically correct, it is NOT the original [aphorism].
Explore More Definitions
Browse our collection of 300,000+ community-written definitions