Comment on Problems with default function arguments (2020)parentComments−jiggawatts2yThis is what C# does, for example.−gliptic2yNot really. You can have default values for positional arguments just fine in C#.−lostmsu2yOne might be able to force names with code style.
Comments
This is what C# does, for example.
Not really. You can have default values for positional arguments just fine in C#.
One might be able to force names with code style.