DEV Community

Discussion on: What's your favorite software idiom/aphorism?

Collapse
 
ben profile image
Ben Halpern

I'm quite fond of the "ninety-ninety rule", it's so true and so heartbreaking.

In computer programming and software engineering, the ninety-ninety rule is a humorous aphorism that states:

The first 90 percent of the code accounts for the first 90 percent of the development time. The remaining 10 percent of the code accounts for the other 90 percent of the development time.

Collapse
 
andrewbrown profile image
Andrew Brown πŸ‡¨πŸ‡¦

I can't think of any other's Ben. You nailed it.

Collapse
 
geekynerdgirl profile image
Ashley

I always heard that as the 80-20 rule.

Collapse
 
ben profile image
Ben Halpern

That’s a different rule

The Pareto principle states that, for many events, roughly 80% of the effects come from 20% of the causes.