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
This means that we can share the same configuration object among multiple Subject. It also makes the internal code simpler, as there are less individual parameters to pass around.
The text was updated successfully, but these errors were encountered:
Have multiple construtors so it will just work, no matter which way you want to configure the class. Have considered fluent configuration, but I think this style can make the API more opaque.
In addition, also add Factory wrappers which make it easy to use with any dependency injection container such as MEF or Unity. Having confif mostly in a class makes this easy.
This means that we can share the same configuration object among multiple Subject. It also makes the internal code simpler, as there are less individual parameters to pass around.
The text was updated successfully, but these errors were encountered: