Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a sequence strategy #25

Open
stefanvermaas opened this issue Feb 5, 2020 · 0 comments
Open

Use a sequence strategy #25

stefanvermaas opened this issue Feb 5, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@stefanvermaas
Copy link
Owner

Currently, we've got a randomNumber method in the library. This was used to define an id for the previously used create method. Because the create method is deprecated (#21) we don't have a real implementation for generating an id.

While I would personally recommend the use of uuids, it would be nice to provide users of the factory-builder library a way to automatically generate ids that do not depend on generating a "random number". This could potentially cause conflicting ID's.

@stefanvermaas stefanvermaas added the enhancement New feature or request label Feb 5, 2020
@stefanvermaas stefanvermaas self-assigned this Feb 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant