Hacker News new | ask | show | jobs
by alvarelle 2257 days ago
Personally, I stick with K&R C. I haven't gotten around to update all my with function signatures. whats is the thing with putting (void) all over or specifying the return type of my functions? Really, these explicit function declaration are just code duplication that serious programmers don't need as they know their code. (/s)
1 comments

You’re being sarcastic, I know, but you just unironically exactly described an entire decade or more of early C programming.