Describe the solution you'd like
The CDEventsGlobalConfig.get() method is called multiple times. You could call this method once and store the result in a variable, then use this variable in the subsequent lines. This makes the code cleaner and slightly more efficient.
Describe the solution you'd like The CDEventsGlobalConfig.get() method is called multiple times. You could call this method once and store the result in a variable, then use this variable in the subsequent lines. This makes the code cleaner and slightly more efficient.