Scala love

Am I using Scala's string interpolation too much?

s"${ph.firstName} ${ph.lastName}${ph.credentials.map(", " + _).getOrElse("")}"