Hacker News new | ask | show | jobs
by army 4074 days ago
In special cases multiple string concatenations can be optimized into using a StringBuilder calls. Not in the general case.
1 comments

I'd say in the general case multiple string concatenations can be optimized. Not in special cases.