M
Marian Edu
Guest
maybe just wrap the legacy code in a do on error undo, retry block and then check if retry show a message and quit... do on error undo, retry: if retry then do: message 'your quote of the day'. quit. end. /* legacy code, refactor that to let it throw errors aka: remove no-error on statements that should fail fast */ ... end.
Continue reading...
Continue reading...