Code Smell 295 - String Concatenation
Untangling the string mess in your code TL;DR: Avoid string concatenation for complex strings, use templates. Problems

Untangling the string mess in your code
TL;DR: Avoid string concatenation for complex strings, use templates.