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
Right now the tutorial advises users to create new Entities with Ecto.UUID.generate() but leaves it up to them in the end. Would it be helpful to instead have something like ECSx.new_entity() with various options such as erlang unique refs, unique integers, uuids, etc?
The text was updated successfully, but these errors were encountered:
Right now the tutorial advises users to create new Entities with
Ecto.UUID.generate()
but leaves it up to them in the end. Would it be helpful to instead have something likeECSx.new_entity()
with various options such as erlang unique refs, unique integers, uuids, etc?The text was updated successfully, but these errors were encountered: