Re: Ev2 symlinks
From: Greg Stein <gstein_at_gmail.com>
Date: Fri, 28 Jun 2013 01:04:26 -0400
On Fri, Jun 28, 2013 at 12:52 AM, Daniel Shahaf <danielsh_at_apache.org> wrote:
My decision in Ev2 was to surface the direct types, and work with them
Something I learned a long while ago from Guido was to avoid:
foo(arg=False)
def foo(arg):
The argument shouldn't exist. Just have fooFalse() and fooTrue().
In that vein, wc_db and Ev2 avoid the add(kind=KIND) form, as the args
I would continue to push a per-kind API, which collapses to
Cheers,
(*) kinda like we're doing with moves, fwiw
|
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.