Robust software principles for device and client code #100
Replies: 5 comments
-
Avoiding unrecoverable on-device errors via bad user input
|
Beta Was this translation helpful? Give feedback.
-
Avoiding experimental failure/hazards
|
Beta Was this translation helpful? Give feedback.
-
Ensure that the devices are functioning normally
|
Beta Was this translation helpful? Give feedback.
-
Minimizing the amount of code that lives on the device
|
Beta Was this translation helpful? Give feedback.
-
Preserving Data
|
Beta Was this translation helpful? Give feedback.
-
The device that runs the experiments as well as the software package that is meant to interact with the device should be robust to bad user inputs and other fringe cases that might lock up the device or cause damage.
Beta Was this translation helpful? Give feedback.
All reactions