square / Cleanse

Lightweight Swift Dependency Injection Framework
Other
1.78k stars 90 forks source link

[Improvement] Better Duplicate Binding Error #114

Closed sebastianv1 closed 3 months ago

sebastianv1 commented 5 years ago

We throw a fatalError if there are duplicate bindings for the same type. This can be improved. Likely throw an exception to be handled by the RootComponent of(_:) function.

brianwang9100 commented 3 months ago

Cleanse is now deprecated. Please read the deprecation notice on the README for next steps. Thank you!