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

Re: Has anyone noticed...

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2002-01-09 20:26:56 CET

On Wed, Jan 09, 2002 at 01:18:49PM -0600, Karl Fogel wrote:
> Has anyone noticed that the number of issues in the issue tracker is
> roughly keeping pace with the number of commits?
>
> I can only conclude that each commit produces about one bug. :-)

i'm reminded of a fortune i once saw (badly quoting it from memory
here...)

"every non trivial program can be shortened by at least one
instruction, and contains at least one bug. it therefor follows that
every such program can be reduced to one instruction, which is the
bug."

so translating to modern days, if we want to reduce the number of
issues, we should just replace subversion with a single file, svn.c,
which contains the following code:

int
main(int argc, char *argv[])
{
  return 0;
}

and then our issues database could be reduced to a single issue, which
simply contains the following text.

"it doesn't work."

;-)

-garrett

-- 
garrett rooney                     Unix was not designed to stop you from 
rooneg@electricjellyfish.net       doing stupid things, because that would  
http://electricjellyfish.net/      stop you from doing clever things.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:55 2006

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.