Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Pseudo-code for evaluating religions

Name: Anonymous 2009-12-24 5:43

sub evaluate_religion( $other_person ) {
   if ( $other_person->religion->name == $me->religion->name ) {
      return NORMAL_RELIGION;
   } elsif ( $other_person->religion->wacky_beliefs == $me->religion->wacky_beliefs ) {
      return OK_RELIGION;
   } elsif ( $other_person->religion->location == $me->religion->location ) {
      return WEIRD_RELIGION | OK_RELIGION;
   } else {
      return CRAZY_RELIGION | CULT;
   }
}

Name: Anonymous 2009-12-26 7:26

>>21
Implying that everything that I don't understand equates to ivory-tower inanity
Don't worry good sir, just keep learning and you'll eventually get it.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List