From owner-freebsd-current Fri Jan 29 01:06:14 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA18318 for freebsd-current-outgoing; Fri, 29 Jan 1999 01:06:14 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA18296 for ; Fri, 29 Jan 1999 01:06:07 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 2.11 #1) id 1069oa-000NQo-00; Fri, 29 Jan 1999 11:02:12 +0200 From: Sheldon Hearn To: Poul-Henning Kamp cc: Mikhail Teterin , current@FreeBSD.ORG Subject: Re: btokup().. patch to STYLE(9) (fwd) In-reply-to: Your message of "Fri, 29 Jan 1999 09:53:08 +0100." <2468.917599988@critter.freebsd.dk> Date: Fri, 29 Jan 1999 11:02:12 +0200 Message-ID: <90073.917600532@axl.noc.iafrica.com> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 29 Jan 1999 09:53:08 +0100, Poul-Henning Kamp wrote: > The parans have the same function as commas in most latin alphabet > based languages: to convey structure. I think you've picked the wrong analogy. The rules of the language dictate certain cases in which commas are required. Extraneous use of commas decreases readability. > The fact that vi(1) has this neat '%' feature makes complex > expressions with a couple of extra parens much easier to dissect > than if there are no parens even if they are strictly speaking not > needed for correct compilation of the expression in the first > place. > > I hope you didn't mind the commas I left out of the previous sentence, > they're strictly speaking not needed for understanding that sentence. I didn't have a problem reading the sentence, even though you left out required commas. The only thing that caused a problem was your use of split infinitive. ;-) When it comes to code, do you not agree that the trained eye knows which operators to seek to first in an expression? I can't think of an analogy in the English language, since one doesn't "seek to" commas, one simply reads from left to right. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message