B
Brian Candler
Robert said:I only considered a single method and did not have nested calls in
mind. Do you believe that these are common enough to warrant making
this a common pattern?
I've certainly used it. Using the *args pattern only works if the
arguments you're passing down also happen to be the last arguments of
the function you're calling from.