Separate Constants class

Issue #55 resolved
Matthias Schoettle created an issue

The ca.mcgill.ram.util.Constants class has grown significantly over time and now contains several different concepts, such as fonts, colours, font sizes and various constants.

I propose to separate this class into several utility classes:

  • Fonts for fonts,
  • Colors for colours,
  • Keep the various constants in Constants.

Also, the constant FONT_NAME is public, but is only used within the class, it should be private.

Comments (2)

  1. Log in to comment