Path: utzoo!utgpu!attcan!uunet!lll-winken!lll-tis!ames!mailrus!cornell!rochester!rutgers!bellcore!texbell!sugar!ficc!peter From: peter@ficc.uu.net (Peter da Silva) Newsgroups: comp.lang.c Subject: Re: Standard Indentation etc. Message-ID: <2450@ficc.uu.net> Date: 15 Dec 88 14:50:18 GMT References: <663@htsa.uucp> <832@husc6.harvard.edu> Organization: SCADA Lines: 20 [ Here come the flames, it's all right. (dee dee dee... dee dee dee...) ] I disagree. I have recently been convinced that there are cases where the one true style is necessary for readability and editing convenience: if( unfortunate but necessary very long conditional ) { stuff; } Indents 1 tabstop for the body, indent it to line up nicely for the conditional. The open brace on the following line provides useful cues for the reader. Having the brace on its own line also makes it easier on the programmer. I'm gradually reprogramming my human biocomputer to use this style. -- Peter da Silva `-_-' Ferranti International Controls Corporation "Have you hugged U your wolf today?" uunet.uu.net!ficc!peter Disclaimer: I accept full responsibility for my typos. peter@ficc.uu.net