Prefer string concatenation over explicitly using StringBuilder#append, since + reads better and has equivalent or better performance.
StringBuilder#append
+