Home

Advertisement

Customize

Snippet from Person class (intelligently designed by the Creator)

May. 26th, 2009 | 03:05 pm
mood: bored bored

while(this.alive) {
  try {
    sleep();
    eat();
    work();
    reproduce();
  } catch (SenceNotFoundException e) {
    // TODO ?? perhaps this.alive = false?
  }
}

Link | Leave a comment [1] | Add to Memories | Tell a Friend

Advertisement

Customize