You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Ben Laurie <be...@gonzo.ben.algroup.co.uk> on 1996/06/27 18:50:00 UTC

Style list - latest

Here's the current list. Note that most people have not expressed their
preference viz-a-viz 3a1/2 ... to remind you, the choices are:

3. Braces

a1)	if(x) {
	    code;
	} else {
	    code;
	}
a2)	if(x) {
	    code;
	}
	else {
	    code;
	}

	1  2  3  4  5  6  7  8  9 10 11 12 DF

Chuck	b  a  b  b  a  b  a  b  b  b  a  a  2
Randy   a  a  b  a  a  a  b  b  b  b  a  a  4
Paul    a  a  a  b  a  b  a  b  b  b  a  a  2
Ben     b  b  c  a  b  a  a  a  a  b  a  b  7
RST     b  a  a  b  a  a  b  b  b  b  a  a  1
Mark    b  b  a  b  a  b  a  b  b  b  a  a  2
David   a  a  b  a
Alexei  b  a  a  b  a  a  b  b  b  b  a  a  1
Rasmus  b  a  a  b  a  a  a  b  b  b  a  a  0
Jim     a  a  a2 b  a  a  a  b  b     a  a  1
Roy	b  a  b  b  a  b  a  b  b  b  a  a  2

Total   b  a  a2 b  a  a  a  b  b  b  a  a

(DF is Disappointment Factor ;-).

Cheers,

Ben.

-- 
Ben Laurie                  Phone: +44 (181) 994 6435
Freelance Consultant and    Fax:   +44 (181) 994 6472
Technical Director          Email: ben@algroup.co.uk
A.L. Digital Ltd,           URL: http://www.algroup.co.uk
London, England.

Re: Style list - latest

Posted by Alexei Kosut <ak...@organic.com>.
On Thu, 27 Jun 1996, Ben Laurie wrote:

> Here's the current list. Note that most people have not expressed their
> preference viz-a-viz 3a1/2 ... to remind you, the choices are:

3a2

-- Alexei Kosut <ak...@organic.com>            The Apache HTTP Server 
   http://www.nueva.pvt.k12.ca.us/~akosut/      http://www.apache.org/