From owner-freebsd-questions@FreeBSD.ORG Tue Jun 8 20:25:32 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E8C916A4CE for ; Tue, 8 Jun 2004 20:25:32 +0000 (GMT) Received: from nic.ach.sch.gr (nic.sch.gr [194.63.238.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C05E43D2F for ; Tue, 8 Jun 2004 20:25:27 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: (qmail 17560 invoked from network); 8 Jun 2004 20:25:24 -0000 Received: from dialup252.ach.sch.gr (HELO gothmog.gr) ([81.186.70.252]) (envelope-sender ) by nic.sch.gr (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 8 Jun 2004 20:25:24 -0000 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.11/8.12.11) with ESMTP id i58KPADh004756 for ; Tue, 8 Jun 2004 23:25:10 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.11/8.12.11/Submit) id i57LMpFv070378; Tue, 8 Jun 2004 00:22:51 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 8 Jun 2004 00:22:51 +0300 From: Giorgos Keramidas To: "Goodleaf, John" Message-ID: <20040607212251.GA70327@gothmog.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: cc: freebsd-questions@freebsd.org Subject: Re: OT: group coding standards X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jun 2004 20:25:32 -0000 On 2004-06-07 13:10, "Goodleaf, John" wrote: > > It's a hard problem. How do you provide conventions that don't annoy > the hell out of programmers, but which ensure that legibile, > maintainable code is left? First of all, I should note this: As long as there is a way to configure the two most popular editors (vi and Emacs) to adhere to this standard of yours, the only thing that matters is to avoid like hell all non-standard styles. Consistently keeping the standard is more important than the rules of the standard itself. > Any suggestions welcome. Please cc me directly, as I'm not currently > on this list. Some people hate the resulting style, other love it... but there is a coding standards' guideline on your FreeBSD installation waiting to be read by you: man 9 style - Giorgos