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

Re: [PATCH] a little step in issue 897: non-recursive svn_handle_error()

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2003-10-26 03:37:33 CET

On Sat, 2003-10-25 at 20:10, Branko Èibej wrote:
> I really cannot comprehend this aversion towards recursion. "More
> C-like" indeed; as if recursion was a language feature, not an
> implementation tool. Bah.

How you should traverse a linked list is a language-specific idiom. You
can do it with an interative loop in lisp or with a recursive function
in C, but neither is terribly friendly to other programmers.

On the other hand, I don't think it's terribly worthwhile to make
svn_handle_error() iterative without simplifying the function as
recommended in the larger parts of #897.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Oct 26 03:38:24 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.