I noticed that the [Configuration](https://github.com/kbss-cvut/record-manager/blob/main/src/main/java/cz/cvut/kbss/study/util/Configuration.java) class is barely used, while the [ConfigReader](https://github.com/kbss-cvut/record-manager/blob/main/src/main/java/cz/cvut/kbss/study/service/ConfigReader.java) class is used in most cases. The goal of this ticket is to replace all occurrences of ConfigReader with the Configuration class.
I noticed that the Configuration
class is barely used, while the ConfigReader
class is used in most cases.
The goal of this ticket is to replace all occurrences of ConfigReader with the Configuration class.