|
|
|
|
|
by bjornasm
955 days ago
|
|
># instead of this:
func2(visibility=visibility, frobnification_level=frobnification_level) ># this could be used:
func2(=visibility, =frobnification_level Please, no. It takes two seconds to write it out, this will lead to hard to read code. |
|
I’m curious to hear why you think this. What is it about duplicating the variable name that you feel makes the code clearer?