Tarskin / HappyTools

A tool for the (high-throughput) processing of HPLC data.
Apache License 2.0
34 stars 16 forks source link

Simplify gui.Settings by using json or configparser #28

Closed Tarskin closed 5 years ago

Tarskin commented 5 years ago

The current implementation of gui.Settings is overly complex and would benefit from simplifcation by using a standard library such as json or configparser

Tarskin commented 5 years ago

This has since been addressed, by using configparser.