ProCoSys / Bifrost

Application Development Framework promoting good development practices such as CQRS and MVVM (see readme)
http://bifrost.dolittle.com
Other
1 stars 1 forks source link

Configure constructor is too complex #31

Closed bnordli closed 8 years ago

bnordli commented 8 years ago

The Configure constructor initializes takes too many parameters -- it should only take the container and leave default initialization to someone else.

andersnygaard commented 8 years ago

Resolved with pull request #32