Pseudo Code Insult

A recent tradition in our inter-office messenger chat has been to talk in pseudo-code, usually just because it makes a statement a lot more funnier. Yes it's a little (ok, a lot) geeky.

Today I received this message:

PHP:
  1. if( time() == $dave->getBirthday() ) {
  2.     $dave->setAge( $dave->getAge() + 1 );
  3.  
  4.     if( $dave->getAge()> $michael->getAge() ) {
  5.         michael->laugh();
  6.         die($laughing);
  7.     }
  8. }

I think someone's trying to say I'm old.

Comments

There have been 2 comments so far, join the discussion.

1. Anders Heivoll - 12th Jun 2007 - 1:07 pm

Lol, I like the die($laughing); in the end ;)

2. $michael - 12th Jun 2007 - 3:08 pm

Your old. :-p

Leave a comment

No HTML please, only textile. For code please use [lang]...[/lang] tags (e.g. [html]...[/html] for HTML)