Page is a not externally linkable
incrediBILL - 12:32 am on Apr 12, 2011 (gmt 0)
...somewhere in Mtn. View California we hear the furious clicking of a keyboard and in the spam dept. of Google Inc.
Code being reviewed:
// Complex Panda algo update so mind blowing complex...
if( content_scraper() || thin_content() || eHow() || content_farm() ) {
PromoteContent();
} else {
GiveANastyPandaPenalty();
}
... suddenly a shrill little mousy voice cries out...
"Um, Matt? I think I found the bug... Shouldn't this code say if NOT content scraper AND NOT thin content AND NOT eHow AND NOT content farm?"
... reviewing minor "bug fix" to panda ...
// Complex Panda algo update so mind blowing complex...
if( !content_scraper() && !thin_content() && !eHow() && !content_farm() ) {
PromoteContent();
} else {
GiveANastyPandaPenalty();
}
There, now THAT's a Panda update!
trying to lighten up the mood a bit