Thursday, August 19, 2004

Nancy Pearl's Rule of 50

To preserve the copyright, here is the reference.
http://seattletimes.nwsource.com/html/localnews/2001952705_nancypearl10m.html

And because I'm a little geeky, here is the C-style pseudocode. (Truer geeks than I would use ML, Lisp, etc.)
if(age <= 50){
required_min_pages = 50;
}
else{ // age > 50
required_min_pages = 100 - age;
}

1 comment:

Unknown said...

Ah! 50 sounds much more reasonable than 500. I may have to paste this (the code, of course, because the formula alone would be no fun) up on my bookshelves.