Am I using Scala's string interpolation too much?
s"${ph.firstName} ${ph.lastName}${ph.credentials.map(", " + _).getOrElse("")}"
Am I using Scala's string interpolation too much?
s"${ph.firstName} ${ph.lastName}${ph.credentials.map(", " + _).getOrElse("")}"