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

Bifrost conventions are hard to discover #29

Closed bnordli closed 8 years ago

bnordli commented 8 years ago

Bifrost is using the Convention over Configuration paradigm, but the conventions are hidden all over the framework and hard to discover without intimate knowledge of the application. Conventions should be grouped together, or inherit from a marker interface to make them easier to find.

andersnygaard commented 8 years ago

Reolved with pull request #33