Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IConstructorSelectorPolicy should return interfece #24

Closed
ENikS opened this issue Dec 19, 2017 · 0 comments
Closed

IConstructorSelectorPolicy should return interfece #24

ENikS opened this issue Dec 19, 2017 · 0 comments
Labels
Enhancement 🔨 Improvement of existing features

Comments

@ENikS
Copy link
Contributor

ENikS commented Dec 19, 2017

IConstructorSelectorPolicy has method SelectConstructor which returns solid type SelectedConstructor. To enable further development and optimization it should return interface to allow alternative implementations.

SelectedConstructor SelectConstructor(IBuilderContext context, IPolicyList list);

Should be:

ISelectedConstructor SelectConstructor(IBuilderContext context, IPolicyList list);
@ENikS ENikS added the Enhancement 🔨 Improvement of existing features label Dec 19, 2017
@ENikS ENikS modified the milestones: 3.0.0, 4.0.0 Dec 19, 2017
@ENikS ENikS closed this as completed Jan 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement 🔨 Improvement of existing features
Projects
None yet
Development

No branches or pull requests

1 participant