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

Refactor reference resolution #2

Open
fabre-thibaud opened this issue Dec 27, 2014 · 0 comments
Open

Refactor reference resolution #2

fabre-thibaud opened this issue Dec 27, 2014 · 0 comments
Milestone

Comments

@fabre-thibaud
Copy link

Reference resolution should be refactored in two separate concerns :

  • Detection of reference type
  • Dispatch of reference to appropriate resolver

Currently, a resolver decides on its own whether it accepts a reference, and resolves it, leading to code duplication in the validation tools which cannot leverage the existing resolve system. Results in having two different reference resolution systems, one for actual injection, and one for validation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant