On 2/28/11 6:03 PM, Jonathan M Davis wrote:
The more I think about this, the more I'm against the idea of named arguments.
I think you have been blessed to work with only small, clean APIs. Certain domains definitely promote large argument lists. Though the designs could certainly be refactored to e.g. group parameters into separate objects, it's overkill to do that. I'm afraid sheer experience is showing that your counterarguments are not based.
Andrei