I'd much rather write: `Seconds(60.0).toMinutes()...
# announcements
m
I'd much rather write:
Seconds(60.0).toMinutes()
than
TimeUnit.MINUTES.convert(60,0, TimeUnit.SECONDS)