<@U1H2QGNDC> I agree on storing constants in `val`...
# random
v
@bamdmux I agree on storing constants in
val
in an object. Altho
const val
can be inlined (without a getter) and thus slightly faster