From 712b4fa295ea981a58773a5590b4a9c0255f4132 Mon Sep 17 00:00:00 2001 From: Bruno Ferreira Date: Fri, 6 Oct 2017 10:14:43 +0100 Subject: [PATCH] Historical Paper by Dijkstra Amazing paper written by Dijkstra, in 1968, where he justifies why goto statements are harmful and should be avoided in the future. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e622408..c9d8505 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,7 @@ But knowing the stuff will help you become better! :muscle:* - :heart: [Papers We Love](https://github.com/papers-we-love/papers-we-love) - :newspaper: [The Morning Paper](https://blog.acolyer.org/) - 📜 [What Every Programmer Should Know About Memory](http://futuretech.blinkenlights.nl/misc/cpumemory.pdf) +- 📜 [Go To Statement Considered Harmful](https://homepages.cwi.nl/~storm/teaching/reader/Dijkstra68.pdf) ### Free Books on Programming - :books: [Free Programming Books](https://github.com/EbookFoundation/free-programming-books)