jskat icon indicating copy to clipboard operation
jskat copied to clipboard

Replace homegrown config framework with standard

Open b0n541 opened this issue 9 years ago • 0 comments

The class JSkatOptions is a homegrown approach for storing and handling the configuration of JSkat. To get rid of this "not invented here syndrome" we should use a standard library instead.

See https://commons.apache.org/proper/commons-configuration/ as one example.

b0n541 avatar Dec 17 '15 18:12 b0n541