You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by David Robinson <dr...@ast.cam.ac.uk> on 1995/09/01 20:45:00 UTC

Re: Coding style

>Umm, ok, seriously religious issue.
>
>Can we adopt the BSD way of coding functions i.e.
>
>int
>func_name(....)
>
>I really miss this since it allows searches for ^func_name both inside
>vi and when using grep to find where the function is defined.
>
>It's also easier to find it visually.

I second this; I started coding like this since I realised that it
causes emacs to show the function name in bright blue.

 David.