From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Brownell Subject: Re: netlink tester program Date: Mon, 02 Jun 2003 20:37:08 -0700 Sender: netdev-bounce@oss.sgi.com Message-ID: <3EDC17E4.6070506@pacbell.net> References: <32804.4.64.196.31.1054351332.squirrel@www.osdl.org> <20030530.234211.102567405.davem@redhat.com> <20030602140452.039248de.rddunlap@osdl.org> <20030602.145619.71112623.davem@redhat.com> <3EDC0915.1080109@monmouth.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: "David S. Miller" , rddunlap@osdl.org, linux-net@vger.kernel.org, netdev@oss.sgi.com Return-path: To: "John S. Denker" Errors-to: netdev-bounce@oss.sgi.com List-Id: netdev.vger.kernel.org John S. Denker wrote: > Similarly, writing code _and_ documetation is about > twice as expensive as writing the code alone. But > the redundancy makes it possible to achieve much > greater reliability. Also maintainability and > extensibility. Excellent points. The developement process needs to address communities other than the folk writing the code ... like the people who inherit that code, and the ones trying to use it. (Testing being a rather specialize type of "use".) - Dave