goto considered

It’s well-known that goto is considered harmful. But… I’ve just written a small C function of approximately 70 lines with 5 gotos and two goto targets. And I like the code.

Leave a Reply