Yes, I would make it dumb. And if you want some lo...
# kotest
s
Yes, I would make it dumb. And if you want some logic on the data, I would define extension methods. Eg
fun Time.totalSeconds() = hours * 60 * 60 + minutes * 60 + seconds