byte-motion / RNL_RAPIDLibrary

A standard library of functionality for the RAPID programming language
MIT License
0 stars 1 forks source link

Better Error handling #69

Open TheHarvard opened 3 years ago

TheHarvard commented 3 years ago

RAPID ERROR Handling

Standard Error handling has some weaknesses:

image

The RAPID ERROR Handler fails on points 4 and 5, but does work rather well for 1 through 3.

Better RAPID ERROR Handling

Enforcing/implementing the following should make our error handling in RAPID better:

TheHarvard commented 3 years ago

@RobotSigmund ref samtalevi hadde of error handling.