-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Detect circular dependency and panic #2
Comments
Which one do you prefer to be implenmented first: runtime check or static check? |
I would prioritize a runtime check, since the services can be invoked/replaced in a dynamic way. And as you said, we won't need an extra tool. This dependency graph should come with debug functions, in order to understand how the application is booted ! |
LGTM, I will do a detector in runtime. |
Will be added into v2 -> #45 |
No description provided.
The text was updated successfully, but these errors were encountered: