Hacker News new | ask | show | jobs
by lelanthran 812 days ago
> Last I checked they're almost as big no-nos as using goto.

I don't think so. Gotos are fine, strcat and strcpy without a malloc with the correct size in the same scope is a code smell.