|
|
|
|
|
by AlexMax
2165 days ago
|
|
Sorry, but I think this is a poisonous, thought-terminating cliche. Python has had multiple ways of doing many things for a very long time, and the longer you program in any language, the more you realize there are often many solutions to a problem and the "best" approach either depends on context or you realize there is no one "best" approach and go on preference. I think the idea should be judged on its own merits without having to consult the Zen. That said, I seriously don't see the point of it. Python 3 already forced everybody to convert all their print statements to look like function calls, and now GVR wants to bring the old style back as an option? It's just parenthesis, what's the point? If he wants to put that new parser to work, how about taking another look at multi-line lambdas? |
|