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
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
We use today dedicated factories which are not the best approach. We should have more generic ones, that would
not require extra modifications in order to create a new one.
Proposal
Produce a factory to create any sort of object, easing the implementation.
We do need #8 well advanced before doing this as we will need the generic classes Object and Model.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
We use today dedicated factories which are not the best approach. We should have more generic ones, that would
not require extra modifications in order to create a new one.
Proposal
Produce a factory to create any sort of object, easing the implementation.
We do need #8 well advanced before doing this as we will need the generic classes Object and Model.
The text was updated successfully, but these errors were encountered: