KjetilSv / Win10As

Make your windows 10 computer IOT friendly
237 stars 42 forks source link

Change in way of getting and saving settings #12

Open michalchecinski opened 6 years ago

michalchecinski commented 6 years ago

User settings need to be wrapped in class with properties with names corresponding with settings. The actual solution can generate problems when settings file will become larger and larger. If you mistype the name of the setting, raises an exception is raised. If settings will be wrapped in class, intellisense will take care of it, even before compilation