Hello.
Is there any thought about adding a way to recreating identifiers through static methods?
Like it used to be with UUIDs: Uuid::fromString().
From my perspective, it seems strange that I have to populate a factory's state to get some object representation of an identifier from the database.
Or is it implied that now we should create identifiers directly via the constructor?
Hello.
Is there any thought about adding a way to recreating identifiers through static methods?
Like it used to be with UUIDs:
Uuid::fromString().From my perspective, it seems strange that I have to populate a factory's state to get some object representation of an identifier from the database.
Or is it implied that now we should create identifiers directly via the constructor?