Closed BVSTSirop closed 2 months ago
Refactored ConfigManager class. Key changes:
Changed ConfigManager Class to Enum: This ensures Thread Safety, Serialization and only a single instance of ConfigManager existing at once.
Removed unnecessary / duplicate static variables Removed FETCH_DELAY_MINS and SEND_DELAY_MINS as they were unnecessary
Refactored code for better read- and maintainability
Refactored ConfigManager class. Key changes:
Changed ConfigManager Class to Enum: This ensures Thread Safety, Serialization and only a single instance of ConfigManager existing at once.
Removed unnecessary / duplicate static variables Removed FETCH_DELAY_MINS and SEND_DELAY_MINS as they were unnecessary
Refactored code for better read- and maintainability