From owner-freebsd-chat@FreeBSD.ORG Wed Apr 23 09:53:46 2003 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF4A037B404 for ; Wed, 23 Apr 2003 09:53:46 -0700 (PDT) Received: from stork.mail.pas.earthlink.net (stork.mail.pas.earthlink.net [207.217.120.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BBCB43F93 for ; Wed, 23 Apr 2003 09:53:46 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from pool0119.cvx22-bradley.dialup.earthlink.net ([209.179.198.119] helo=mindspring.com) by stork.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 198NRW-0000zI-00; Wed, 23 Apr 2003 09:49:59 -0700 Message-ID: <3EA6C3DF.911ADE00@mindspring.com> Date: Wed, 23 Apr 2003 09:48:31 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Jonathon McKitrick References: <20030422132906.GB64101@dogma.freebsd-uk.eu.org> <3EA591C1.AE00376A@mindspring.com> <20030423134933.GC70395@dogma.freebsd-uk.eu.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a49c698df1c959381080947e401037a292350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c cc: freebsd-chat@freebsd.org Subject: Re: Code layout and debugging time X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2003 16:53:47 -0000 Jonathon McKitrick wrote: > On Tue, Apr 22, 2003 at 12:02:25PM -0700, Terry Lambert wrote: > : So offseting discrete logic blocks that are intended to achive > : specific goals makes it easier for the programmer to hold in > : their head both the idea of what the code is intended to do, and > : what their own logic dictates to them that the code actually > : does. > > There is obviously a subtle difference here, but I don't quite get it... What code does, and what people think it does is often different, -- Terry