Skip to content

Instantly share code, notes, and snippets.

@mattflo
Last active August 27, 2021 21:33
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save mattflo/4669508 to your computer and use it in GitHub Desktop.
Save mattflo/4669508 to your computer and use it in GitHub Desktop.
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
@steven-solomon
Copy link

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