24 Jun
2013
24 Jun
'13
11:49 p.m.
Andrew Barnert wrote:
On Jun 23, 2013, at 16:34, Greg Ewing <greg.ewing@canterbury.ac.nz> wrote:
It occurs more often than you might think, because taking parameters that you've been passed and passing them on to another function is a common pattern
Yes, I do that all the time. But I can't think of a single case where there's any benefit to using keyword arguments.
That's puzzling, because the benefits are the same as with any other call that benefits from keyword arguments. Do you doubt the usefulness of keyword arguments in general? -- Greg