Y
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
dmit
812 days ago
> gotos are fine if used judiciously
Is there a language feature that is not? :)
link
saagarjha
809 days ago
If you use trigraphs in your code I will be very upset
link
Is there a language feature that is not? :)