|
|
|
|
|
by readthenotes1
531 days ago
|
|
"when I see modern code that uses goto, I actually find that to be a marker that it was probably written by highly skilled programmers. " He should have said "correct code", not "modern code" because the times I remember seeing goto the code was horribly incorrect and unclear. (With break and continue, someone has to be doing something extra funky to need goto. And even those were trigger signs to me, as often they were added as Hail Mary's to try to make something work) {I typically reviewed for clarity, correctness, and consistency. In that order} |
|