The nature of the call….

May 10th, 2007  |  Published in Uncategorized  |  2 Comments

  1. <?php
  2. $productivity = 100;
  3. while ( in_array( $productivityKiller, $participants )) {
  4.     $this->Meeting->set( ‘productivity’ , $productivity - - );
  5.     if ( $productivity < 0 ) {
  6.         $this->setError( ‘Please hang up, and try again.’ );
  7.         exit;
  8.     }
  9. }
  10. ?>

note that the double dash keeps wanting to become a em-dash and I am not responsible for the smarten of the quotes, for those that want to criticize the code, get a life it’s a joke

Responses

  1. Lance Willett says:

    May 18th, 2007 at 8:25 pm (#)

    Based on a true story, I must add. And one that repeats once every few weeks.

  2. simpledream web studio: standards-based web design and development » Archives » Interesting Links for May 13–19, 2007 says:

    May 19th, 2007 at 4:27 am (#)

    [...] Sam’s random musings » The nature of the call….Joke in the form of PHP code block. Based on a true story.(Tags: for:sdevore, for:copilot, collaboration, conference-call, phone, productivity, meeting) [...]

Leave a Response