Closed feliam closed 3 years ago
I like the code reuse, but I'd like to avoid adding arbitrary **kwargs
arguments to functions because that can mask improper usage errors that would otherwise only manifest at runtime. I think commit dbe85d5 should give us the best of both worlds.
Attempt to colapse some similar code