miqbaldc
10/05/2019, 2:31 PM// utils/Const.kt
const val DEFAULT_TIME_MILLIS = 3000L // for default timer in ms
const val DEFAULT_PAGER_SIZE = 3 // for viewpager ui const
Need an advice
Does we should avoid building a single god class constant like this? Or what approach highly recommended to create a constant class?tddmonkey
10/05/2019, 2:37 PMDEFAULT_TIME
even refer to?miqbaldc
10/05/2019, 3:56 PMDEFAULT_TIME_MILLIS
, is this overkill?tddmonkey
10/07/2019, 7:01 AM