Join Slack
Powered by
Yes, I would make it dumb. And if you want some lo...
# kotest
s
sam
08/01/2020, 4:18 PM
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
Open in Slack
Previous
Next