Slackbot
05/29/2019, 4:18 AMserebit
05/29/2019, 4:21 AMFooX
? Are the constants directly related to the class? There’s no right answer, it ultimately depends on where you think the best placement for them isserebit
05/29/2019, 4:22 AMFooX
, then I would put them in the companion object. If there are other functions/properties/classes in the file that use them, I would put them on the top-levelserebit
05/29/2019, 4:25 AMserebit
05/29/2019, 5:52 AMMike
05/29/2019, 11:23 AM