[progress Communities] [progress Openedge Abl] Forum Post: Re: Stop Executing Legacy Code

  • Thread starter Thread starter Marian Edu
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top