Hacker News new | past | comments | ask | show | jobs | submit login

I make a rule of always typedefing function pointer types. I've never seen a single case where it didn't make things cleaner and more readable, not to mention that it's significantly easier to change the declarations in the future, since you rarely have a single place where you define and use a function pointer.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: