Hacker News new | ask | show | jobs
Premature Optimization: How Donald Knuth "Skill Issued" Dijkstra (blog.slamdunk.software)
2 points by nickagliano 398 days ago
1 comments

Yeah, I use goto all the time in C, mostly in the “goto cleanup before return” pattern but sometimes in jumping to different points of a loop. And I know I’m not the only one.