Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

In terms of C, that's one reason I prefer the BSD coding style:

int

foo(void) { }

vs the Linux coding style:

int foo(void) { }

The BSD style allows me to find function definitions using git grep ^foo.



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

Search: