Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor parts of the app to deploy as packages #132

Open
jmzagorski opened this issue Aug 19, 2021 · 0 comments
Open

Refactor parts of the app to deploy as packages #132

jmzagorski opened this issue Aug 19, 2021 · 0 comments

Comments

@jmzagorski
Copy link
Contributor

jmzagorski commented Aug 19, 2021

The template is nice, but some of this can be hidden behind a library so the your app does not have so much infrastructure code in it. We will keep the template as well. Some naming examples could be:

BusinessApp.Kernel = ProjectCore
BusinessApp.Analyzers = ProjectCore.Analyzers
BusinessApp.CompositionRoot = ProjectCore.CompositionRoot
BusinessApp.Infrastructure = ProjectCore.Infrastructure
BusinessApp.Infrastructure.Persistence = ProjectCore.Infrastructure.Persistence
BusinessApp.WebApi = ProjectCore.WebApi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant