Skip to content

Commit 9f6ae4f

Browse files
committed
Reference Dijkstra's goto-harmful essay GH-66
1 parent 8679918 commit 9f6ae4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lectures/13_code_quality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ fail:
532532
::: {}
533533
more about Apple's "goto fail" fiasco (2014): [@wheeler2014apple], [@migues2014understanding]
534534
535-
false blame on `goto`, could be prevented by review and testing
535+
false blame on `goto` (based on Dijkstra's essay: [Go To Statement Considered Harmful](https://www.dcs.gla.ac.uk/~pat/cpM/choco4/nqueens/Goto-Harmful-Dijkstra.pdf)), could be prevented by review and testing
536536
:::
537537
::::::
538538

0 commit comments

Comments
 (0)