or you could add a `by Delegates.notNull()`
# announcements
p
or you could add a
by Delegates.notNull()
1
a
eh, I might just do
period_tick = cm.getDNESet("kotlintest.timer.period_ticks", period_tick).result
more concise imo than doing
by Delegates.notNull()
for all variables
p
that would require you to load all of them first
a
yeah, ik
I still think it is more concise
p
but I don’t really see anything really bad with setting the default values in the initializer. It’s explicit and does provide some kind of easily accessible documentation
a
well I just feel like it is DRY
I mean unless I do what I said at the top of this Thread
p
yeah, that works