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
feature #7933 3.3 Best Practices for DI Changes (weaverryan)
This PR was squashed before being merged into the 3.3 branch (closes#7933).
Discussion
----------
3.3 Best Practices for DI Changes
Hi guys!
This updates the best practices for the 3.3 DI changes. The specific changes are:
A) Use class names as service ids (except when a class has multiple services, then use normal snake-case)
B) Do not use the container as a service locator - use DI (also, make services private)
Thanks!
Commits
-------
33647a6 Tweaks after review!
adadb5a updating best practices for DI 3.3 changes
0 commit comments