[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: core dump with svn r6178

From: Michael <malus42_at_yahoo.com>
Date: 2003-06-20 07:39:57 CEST

--- Christian Daudt <csd_ob@daudt.org> wrote:
> It also requires that anyone getting into an existing project learn
> all of the contracts between all of the subsystems before they can
> touch any code. It also requires multiple teams working on multiple
> parts of the system to have much more intimate knowledge of all the
> interfaces. That is a very costly thing.

I'm assuming you haven't read the book or you'd know its all in eiffel
and that the preconditions and postconditions are checked unless turned
off for production code.

In any event, if you do follow the "check for every possible input and
then some" mantra then the only thing that happens differently is that
your programmers introduce bugs into the code that fail nicely rather
than poorly. They then go and acquire an intimate knowledge of the
interfaces (which they should have done in the first place).

Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 20 07:42:23 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.