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.
This commit is contained in:
Bruno Ferreira 2017-10-06 10:14:43 +01:00 committed by GitHub
parent f2147e0f81
commit 712b4fa295
1 changed files with 1 additions and 0 deletions

View File

@ -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)