On Wed, 24 Dec 2014 09:27:02 +0100
Markus Wichmann <nullplan_AT_gmx.net> wrote:
> Basing style guidelines on navigation techniques strikes me as odd.
> Style is only there to ease reading and understanding of the code.
Yup, I agree with you there. The ^Ifun is just ridiculous. The only
really good way I know is using ^fun for function definitions
void
fun(int a, char *b, size_t c)
{
}
Everything else is just plain crazy!
Cheers
FRIGN
--
FRIGN <dev_AT_frign.de>
Received on Wed Dec 24 2014 - 10:14:37 CET