1. Reflection is costly both in terms of runtime a...
# kodein
s
1. Reflection is costly both in terms of runtime and code readability 2. I wanted an IoC container that's explicit. You choose the constructor, whether to use
instance()
or
provider()
, etc.