Why I’ll never set foot in a Star Trek transporter

Transporter software snippet:

$dusty = new Person($attributes, $experiences, $startLocation);

$dusty = transport($dusty, $newLocation)

function transport($person, $newLocation)
{
   return new Person($person->attributes, $person->experiences, $newLocation);
}

One thought on “Why I’ll never set foot in a Star Trek transporter

Leave a Reply

Your email address will not be published.