rfc:retry-keyword

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
rfc:retry-keyword [2017/06/19 14:21] – Clarify goto example sammykrfc:retry-keyword [2017/06/19 18:34] – remove words "visual debt" sammyk
Line 135: Line 135:
 </code> </code>
  
-While this is arguably the cleanest option, it still has the visual debt of having to define and manage a label which over several refactors might gradually move further away from the top of the ''try'' line. This implementation also makes it easy to accidentally execute any code after the label & before the ''try'' for each retry which is not entirely obvious at first glance.+While this is arguably the cleanest option, it still requires the developer to define and manage a label which over several refactors might gradually move further away from the top of the ''try'' line. This implementation also makes it easy to accidentally execute any code after the label & before the ''try'' for each retry which is not entirely obvious at first glance.
  
 <code php> <code php>
rfc/retry-keyword.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1