Proposal: remove restriction that optional parameters must be trailing #8939
Unanswered
gafter
asked this question in
Language Ideas
Replies: 2 comments
-
@gafter |
Beta Was this translation helpful? Give feedback.
0 replies
-
This may also resolve the issue of using optional parameters together with params (see also #1458) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Given that it is possible to used named parameters to specify arguments for parameters that appear after those for parameters with default values, the restriction that optional parameters must be trailing doesn't serve much of a purpose any longer.
Beta Was this translation helpful? Give feedback.
All reactions