Last active
August 27, 2021 21:33
-
-
Save mattflo/4669508 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
These are some features. They can be implemented in any order you prefer. | |
* an elevator responds to calls containing a source floor and direction | |
* an elevator delivers passengers to requested floors | |
* an elevator doesn't respond immediately. consider options to simulate time | |
* elevator calls are queued not necessarily FIFO | |
* you may validate passenger floor requests | |
* you may implement current floor monitor | |
* you may implement direction arrows | |
* you may implement doors (opening and closing) | |
* you may implement DING! | |
* there can be more than one elevator |
A year later response is better than never... Typically people don't make it very far in this during hack club. If anyone has any compelling solutions, even if they are partial, feel free to link a gist here.
I've added your kata to an aggregate website, softwarecrafters/kata-log#15
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Matt, do you still have the links to the gists presented last night?