Finistere / antidote

Dependency injection for Python
MIT License
90 stars 9 forks source link

type checking at runtime #9

Closed Finistere closed 5 years ago

Finistere commented 5 years ago

Antidote should probably type check at runtime what is actually injected, or at least it should be the default behavior.

EDIT: Maybe an option to force checking, but not a default behavior (probably too costly performance-wise).

Finistere commented 5 years ago

Does not really make sense for Antidote to do it.