Your example is worse than stringWithFormat: for the same reason C++ iostreams are worse than format strings.
It's hard to control once you want anything more interesting than + and it's not localizable. Complaining that a function call's name is too long doesn't matter at all.
MontyCarloHall|3 years ago
Compare with
or if you hate operator overloadingastrange|3 years ago
It's hard to control once you want anything more interesting than + and it's not localizable. Complaining that a function call's name is too long doesn't matter at all.