but if it’s just declared outside a class, it will...
# announcements
s
but if it’s just declared outside a class, it will be visible to other classes in that file, which isn’t necessarily desired
e
Make it private and it will be visible only in this file
s
I agree with that statement. I’m talking about a constant that only one of the classes cares about.