|
|
|
|
|
by yekim
3488 days ago
|
|
Yes - a thousand times yes! The goto has gotten a bad rap over the years because of Dijkstra's paper. And that paper has unduly influenced a lot of incorrect thinking. There are valid use cases for goto, and this is certainly one of them. I use it all the time like the example above. Particularly because it makes my life so much easier when developing and debugging embedded C code across various tool chains, some of which have less functionality than others. [edit - correct typo on Ed's name] |
|
Again, not criticizing, genuinely want to know.