johnny-morrice / godelbrot

Unix-style Mandelbrot set renderer in Golang
MIT License
8 stars 1 forks source link

Nice field names in config #23

Open johnny-morrice opened 8 years ago

johnny-morrice commented 8 years ago

json config files currently use numeric identifiers when we are referring to const enums in libgodelbrot.

We should instead use strings that describe what we expect.

Since there is a new config packag, this can be done in an obvious place without any real changes to the backend proper.