You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Currently, we've got a
randomNumber
method in the library. This was used to define anid
for the previously usedcreate
method. Because thecreate
method is deprecated (#21) we don't have a real implementation for generating anid
.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.The text was updated successfully, but these errors were encountered: