LLD - Design — Elevator System
In designing a state machine for an elevator with states
idle, moving_up, and moving_down, how should the system respond if it receives a move_up request while currently moving_down?