maxitg / SetReplace

C++/Wolfram Language package for exploring set and graph rewriting systems
MIT License
219 stars 46 forks source link

Use symbols instead of strings for option names #604

Open maxitg opened 3 years ago

maxitg commented 3 years ago

The problem

We currently prefer using strings over symbols for options. This, however, is not consistent with conventions even for new System`* symbols in Wolfram Language. As a result, some of our options (ones identical to existing System` ones) use symbols and some use strings. Users are then required to remember which one is which.

Possible solution

I suggest to switch to using symbols for option names. This will require writing usage message for each of them and making sure they don't conflict with system symbols and other packages.