toastify icon indicating copy to clipboard operation
toastify copied to clipboard

Internal Design Overhaul: Settings

Open aleab opened this issue 6 years ago • 0 comments

Internal Design Overhaul: Settings

This class both represents a serializable setting file and handles setting files IO. It should at least be separated in two different classes:

  • Settings, which just contains the data of the setting file, i.e. only the serializable public properties and private fields.
  • Some class that is responsible of saving/loading/managing Settings instances.

aleab avatar Apr 04 '18 17:04 aleab