Skip to content

Instantly share code, notes, and snippets.

@RobSpectre
Created June 28, 2011 17:51
Show Gist options
  • Save RobSpectre/1051708 to your computer and use it in GitHub Desktop.
Save RobSpectre/1051708 to your computer and use it in GitHub Desktop.
bnter joke
<?php
class LaurenLeto extends PatrickMoberg {
public function doWork($ideas) {
$i = 0;
foreach ($ideas as $idea) {
$this->writeCode($idea);
if ($i >= 4 ) {
$this->highFive();
$i = 0;
}
$i++;
}
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment