Do not use `reduce(String::plus)` if you care abou...
# announcements
i
Do not use
reduce(String::plus)
if you care about performance — it will cause a lot of string reallocations (on JVM)