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
I'm going to need some form of factory to create projects on the fly when reading contents of a project repository as I won't know in advance the type of project I need to create.
The text was updated successfully, but these errors were encountered:
I already have the ProjectTypes object which is used to register all the project types. It would be best to try to re-use this as the factory as well but will this create cyclic dependencies?
I'm going to need some form of factory to create projects on the fly when reading contents of a project repository as I won't know in advance the type of project I need to create.
The text was updated successfully, but these errors were encountered: