how is this better than ``` Person( name = “J...
# language-proposals
m
how is this better than
Copy code
Person(
    name = “John”,
    age = 23
)
6