From owner-freebsd-hackers Mon Sep 18 23:35:01 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA11926 for hackers-outgoing; Mon, 18 Sep 1995 23:35:01 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id XAA11913 for ; Mon, 18 Sep 1995 23:34:59 -0700 Received: from corbin.Root.COM (corbin [198.145.90.34]) by Root.COM (8.6.12/8.6.5) with ESMTP id XAA19587; Mon, 18 Sep 1995 23:33:44 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.12/8.6.5) with SMTP id XAA03898; Mon, 18 Sep 1995 23:36:04 -0700 Message-Id: <199509190636.XAA03898@corbin.Root.COM> To: Julian Elischer cc: terry@lambert.org (Terry Lambert), hackers@freefall.freebsd.org Subject: Re: why is this not a bug in namei? In-reply-to: Your message of "Mon, 18 Sep 95 23:15:58 PDT." <199509190615.XAA03449@ref.tfs.com> From: David Greenman Reply-To: davidg@Root.COM Date: Mon, 18 Sep 1995 23:36:03 -0700 Sender: owner-hackers@FreeBSD.org Precedence: bulk >> > hate the spaghetti of goto's that I've seen with your code. > >ok ok ok.. >can we quit on the character assasination here? > >ok, so we know some people don't like Terry's style.. >ok, so what.. >if he produces a useful piece of code we can still use it.. >I've seen bits of core in other people's code I don't like, and people >have taken such a dislike to my code that they've totally reformatted it.. >ok, > >now can we all take a deep breath and stop quibbling? > >if terry writes code, and it works, we can use it. >anyone is permited to rewrite it if they want.. terry might get annoyed, but >it's permitted.. There are a few formatting issues which I probably will fix. The problem I'm having is basically that we have a specific style that we are trying to adhere to (surely everone can understand the readability advantages of a single coding style - KNF), and Terry wants to add a few hundred gotos while he rewrites everything. Yuck. I really wish that people would spend more time on fixing real problems with the source code and not just changing it to fit their own non-KNF style. It's only going to result in a lot more work later when someone has to go back and "fix" all of it. >it's not as if we are actually short of things to do or anything.. How true. -DG