Max Kanat-Alexander wrote: > We can avoid the entire problem of removing arguments by *always* using > named parameters when there is more than one argument. Named parameters > are much easier all around, anyhow. > Shouldn't we use named parameters even when there's just one argument (in case we add more arguments later)? -myk