I heard `const` is so far only intended to be used...
# announcements
h
I heard
const
is so far only intended to be used together with annotations. I also started to use them as a replacement of Java's
static final
fields, but define them on file-level. Does this make sense, or are
const
totally not intended for this use-case?