|
|
|
|
|
by gnud
2452 days ago
|
|
When using the FileInfo api, it's obvious which argument is the source and which argument is the destination. When using the CopyFile, it's not. If you can't keep track of your variable names, then using keyword arguments, like others here talk about, won't help much, either. |
|
I'd definitely agree with you that the not having named arguments is worse than your method chained example.
To me named parameters seem to be on a par with the chained OO api.