|
|
|
|
|
by hyperhello
426 days ago
|
|
What bothers me a lot is that return values can't have a name. Suppose I have a function string combineName(string first, string last); Okay, I assume the result is the full name, but I don't really know that like I would if the return had a name in the header. (The function can be getFullName, yes, but that's so simple it doesn't matter). |
|