ShadowZ1xy/clean-your-folder

Remove hard-coded value.

Opened this issue · 0 comments

private static final String pathToSettings = Directory.programDirectory + "\\src\\dir\\resources\\data.json";

Read a value from java property, i.e. environment variable, if it is absent then set you hard-coded value.
Maybe client of your application want to give an another path.