Category "named-parameters"

Mixed named and unnamed parameters in JavaScript?

For a function with an intuitive first argument (e.g. a find semantic) I'd like to provide a way to write a function call without argument names while more comp

Named Parameter Idiom and non-copyable class

I am implementing a class that uses Named Parameter Idiom to initialise its members: class Person { public: Person & first_name(std::string n)