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

remove hooks #88

Merged
merged 4 commits into from
Jul 1, 2024
Merged

remove hooks #88

merged 4 commits into from
Jul 1, 2024

Conversation

ivandotv
Copy link
Owner

@ivandotv ivandotv commented Jul 1, 2024

Remove some hooks which are an anti-pattern in regards to dependency injection

  • Remove beforeResolve and afterResolve callbacks
  • remove unbind hook
  • remove transform utility function

After some time I figured that these hooks are an **antipattern** when it comes to the dependency injection (and are rarely used), therefore they are being removed.
remove `unbind` hook. After some time I have found that the unbind hook is an antipattern and I do not want to support it anymore.
@ivandotv ivandotv merged commit e6e615f into main Jul 1, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant