If you need to use a constant inside only one method, should you declare it in the method or as a field?
Also, if you should declare it in the method, then should you use a lowercase or uppercase first letter for the name?
EDIT: This is not a duplicate because I am asking whether or not you should declare the const in your method or as a field.