Sha256: 4330843ea9425826ac2a42c1030ee26cbb32109893d2f3a0975cedbbe56ace10

Contents?: true

Size: 1.11 KB

Versions: 107

Compression:

Stored size: 1.11 KB

Contents

# Robot Name

Manage robot factory settings.

When robots come off the factory floor, they have no name.

The first time you boot them up, a random name is generated in the format
of two uppercase letters followed by three digits, such as RX837 or BC811.

Every once in a while we need to reset a robot to its factory settings,
which means that their name gets wiped. The next time you ask, it will
respond with a new random name.

The names must be random: they should not follow a predictable sequence.
Random names means a risk of collisions. Your solution must ensure that
every existing robot has a unique name.

## Making the Test Suite Pass

1. Get [PHPUnit].

        % wget --no-check-certificate https://phar.phpunit.de/phpunit.phar
        % chmod +x phpunit.phar

2. Execute the tests for an assignment.

        % phpunit.phar wordy/wordy_test.php

[PHPUnit]: http://phpunit.de


## Source

A debugging session with Paul Blackwell at gSchool. [http://gschool.it](http://gschool.it)

## Submitting Incomplete Solutions
It's possible to submit an incomplete solution so you can see how others have completed the exercise.

Version data entries

107 entries across 107 versions & 1 rubygems

Version Path
trackler-2.2.1.3 tracks/php/exercises/robot-name/README.md
trackler-2.2.1.2 tracks/php/exercises/robot-name/README.md
trackler-2.2.1.1 tracks/php/exercises/robot-name/README.md
trackler-2.2.1.0 tracks/php/exercises/robot-name/README.md
trackler-2.2.0.6 tracks/php/exercises/robot-name/README.md
trackler-2.2.0.5 tracks/php/exercises/robot-name/README.md
trackler-2.2.0.4 tracks/php/exercises/robot-name/README.md