pierce-smith1 / yok.scr

the doughbyte-themed windows screensaver
https://doughbyte.com/aut/yokscr
11 stars 1 forks source link

Replace enums for config options #39

Closed pierce-smith1 closed 8 months ago

pierce-smith1 commented 8 months ago

Part of #30, but will not necessarily close it.

This PR is an attempt at a new way of managing config options. Previously, options were defined as variants of an enum; now they are defined as static objects of a ConfigOption type. This has several advantages:

While this is all nice, I am still sort of on the fence if this effort is worth it.

pierce-smith1 commented 8 months ago

Closing because the scope of this branch has gotten far away from the initial experiement here.