|
|
|
|
|
by dlp211
3030 days ago
|
|
Why would an address be a string? That's poor use of types. I would expect that getAddress() returns an Address. If it did return it as something non-obvious, than I would expect that to be expressed through the interface and thus the call would be getAddressAsString(). |
|