Omit spaces when using keyword arguments#27
Conversation
This shortens calls a bit more and lets keyword arguments win more often against positional arguments. Co-authored-by: Copilot <copilot@github.com>
|
What do you think about always using keywords except for single argument case maybe? #12 (comment) |
I think this is an interesting proposal for the 3-arg For the 2-arg |
|
I personally would strongly prefer |
This shortens calls a bit more and lets keyword arguments win more often against positional arguments.