SimonG96 / LightweightIocContainer

A lightweight IOC Container that is powerful enough to do all the things you need it to do.
MIT License
4 stars 2 forks source link

Rewrite `CreateFactory()` method #4

Closed SimonG96 closed 5 years ago

SimonG96 commented 5 years ago

Rewrite CreateFactory() method in TypedFactoryRegistration.

Decide how to change it for better readability and maintainability.

See here for problems with the current implementation.

SimonG96 commented 5 years ago

This should be okay in it's current state.