<br><div class="gmail_quote"><div dir="ltr">On Thu, Sep 13, 2018, 12:39 AM Anders Hovmöller <<a href="mailto:boxed@killingar.net">boxed@killingar.net</a>> wrote:</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
It seems to me this discussion has drifted away from the original discussion toward one where you have a chain of functions with the same or almost the same signature. This is interesting for sure but we shouldn’t forget about the original topic: how can we make it less painful to use keyword arguments? <br></blockquote></div><div><br></div><div>Using keyword arguments is not painful. It's ugly in some unusual cases, such as creating helper functions with nearly the same signature.</div><div><br></div><div>I try to avoid that situation in my own code. It sometimes requires a significant design change, but I'm usually pleased with the results. If you don't have the inclination to reconsider the design, it could be nice to create a standard code pattern for these pass-through functions to make them more beautiful.</div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"></blockquote></div>