doc-comment-updating-emilie #67
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
priority
high
priority
low
priority
medium
question
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
TTK4145/elevator!67
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "doc-comment-updating-emilie"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Couple minor things
@ -1,4 +1,5 @@#![allow(dead_code)]//! This module handles what buttons are clicked in the elevator systemclicked -> pressed
Also consider changing to something along the lines of:
Monitors the elevator buttons and updates the state accordingly
I like this one more
@ -1,3 +1,5 @@//! This module handles the elevator knowing what floor it is on and moving the elevator when it is safe to do soIs this not the floor handler?
yeah it is more monitoring that it knows (through get_current_floor). Updated slightly to correspond
@ -1,11 +1,11 @@//! This module handles obstructions and communicating if an elevator is obstructed to the elevator serverIt does not handle obstructions, it monitors for obstructions and updates the state
Very true, edited