LLD - Design — Elevator System
In an emergency system, this code snippet causes a problem:
What is the main issue?
if sensor.detect():
alert.send()
safety.activate()
log.record()What is the main issue?
