OpenBLCMM
OpenBLCMM copied to clipboard
Use JSON/YAML/Something for user prefs
Right now, user prefs are stored in a general.options file which sort-of resembles a CSV but isn't really. It'd probably be nice to convert that over to a more sensible format. https://github.com/FasterXML/jackson might be a good library to use for that purpose.
Had kind of planned to get this for v1.4.0, but I definitely don't have the steam for it. Probably putting this one off indefinitely -- it'd be nice to do, but there's no real functionality that it's blocking. The time to have done this would've been with the initial 1.3.0 release, I'm guessing.