David,
True, no problem hardcoding it because it's just a suggested default that can be manually
overridden by the user. But it's not trivial for those who need to automatically create HUNDREDS
of variants at once!
And for other users who also need to create huge numbers of variants at once, it'll be a pain to
manually replace my separator '-' with say '--'.
Jonathon
David E. Jones wrote:
This isn't a universal policy or anything, but I'd say for something
minor like this there isn't a problem with hard-coding it.
The whole point of the ID generation is to make the IDs unique. In the
UI you can specify an ID instead of using the default, so it only
matters so much.
-David