<?php
// This function analyzes how well koji programs
// with any given mood & other factors for the
// day. Quite useful.
function koji_coding_in_php()
{
global $me, $got_morale_support;
if ($me == "feeling like PHP")
{
if ($me == "awake")
{
be_productive();
return ("successful");
}
else
{
try_to_be_productive();
if ($me == "happy")
{
return ("successful");
}
else
{
return ("miserably failed");
}
}
}
else
{
if ($got_morale_support == "true")
{
return ("half-ass success");
}
else
{
return ("shit-face failed");
}
}
} // end function
?>
This entry was posted
on Friday, January 30th, 2004 at 2:47 am and is filed under Uncategorized.
You can follow any responses to this entry through the RSS 2.0 feed.
Responses are currently closed, but you can trackback from your own site.