1. Old solution becomes new again
Points 2 and 3
4. Dijkstra enters the picture with the paper: Go To Statement Considered Harmful [1]
5. Wait, did this ever happen? :’)
I wonder if there’s a modern language practice that extensively uses GOTO
[1] https://homepages.cwi.nl/~storm/teaching/reader/Dijkstra68.p...
I don't know why people don't like it -- it's essentially an unconditional jump (can replace all while(true);, for example).
I don't know why people don't like it -- it's essentially an unconditional jump (can replace all while(true);, for example).