Hacker News new | ask | show | jobs
by gregkh 528 days ago
They hide structures very easily, allowing programmers to accidentally put them on the stack or use them as parameters in functions where they shouldn't be doing so. By forcing "struct" on the name, it makes it more obvious as to what you are doing.
1 comments

That's not a reason not to use typedefs at all.