Open nhl01 opened 3 years ago
Fixed constant naming syntax in Constants.java
Still need to fix the constants in the rest of the code (errors right now), and to group constants into inner classes.
Fixed the constant names in all the files outside of the Constants.java
and a few inner classes.
There are many similar constants that could be moved to their own inner classes. This can help improve organization. Also, the constants should be renamed to have all capitals and underscores between words, which will conform to constant naming conventions.