Hacker News new | ask | show | jobs
by saagarjha 812 days ago
gotos are fine if used judiciously. strcpy and strcat are “fine” in that they work when you know your code is correct and you have big problems if you don’t. But this describes most of C, unfortunately.
1 comments

> gotos are fine if used judiciously

Is there a language feature that is not? :)

If you use trigraphs in your code I will be very upset