this post was submitted on 09 May 2024
453 points (92.3% liked)

Programmer Humor

31224 readers
51 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] -1 points 1 month ago (1 children)

goto is used in C for this exact kind of early return management. The person you answered to does not maintain code I think

[–] [email protected] 5 points 1 month ago (1 children)

goto cleanup is not the same as return. I didn't badmouth goto cleanup.

[–] [email protected] 1 points 1 month ago

This is virtually the same thing with a different keyword, I'd like to hear where you (and the down voters) draw the line.