adriangb / di

Pythonic dependency injection
https://www.adriangb.com/di/
MIT License
301 stars 13 forks source link

BREAKING_CHANGE: rename binding to registration #50

Closed adriangb closed 2 years ago

adriangb commented 2 years ago

This is a maybe. I think registration matches other DI systems more. It would also help avoid confusion with the Binder concept in Xpresso.

adriangb commented 2 years ago

This was implemented