jkomoros / sudoku

A sudoku puzzle solver, generator, and difficulty-rater built in Go
Apache License 2.0
5 stars 1 forks source link

Consider a tool to automatically create different configs to a-b test #242

Open jkomoros opened 8 years ago

jkomoros commented 8 years ago

Add an option or tool to auto create configs to test. Maybe something with go genrrate or go rewrite? Maybe allow passing flags as well?

I don't know how you'd do it--maybe a sentinel value you put in the codebase somewhere that gets rewritten into multiple versions?