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?
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?